Rewrite and expand auto comments
| @@ -1,5 +1,5 @@ | ||
| 1 | 1 | comment: |
| 2 | 2 | footer: |> |
| 3 | 3 | --- |
| 4 | 4 | > I am a bot, and this is an automated message 🤖 |
| 5 | 5 | labels: |
| @@ -8,7 +8,7 @@ labels: | ||
| 8 | 8 | issue: |
| 9 | 9 | action: close |
| 10 | 10 | body: > |
| 11 | 11 | Hello @{{ issue.user.login }}. yourYour ticket has been marked as invalid. |
| 12 | 12 | Please ensure you follow the issue template, provide all requested info, |
| 13 | 13 | and be sure to check the docs + previous issues prior to raising tickets. |
| 14 | 14 | |
| @@ -16,31 +16,42 @@ labels: | ||
| 16 | 16 | labeled: |
| 17 | 17 | issue: |
| 18 | 18 | body: > |
| 19 | 19 | This issue has been marked as a good first issue for first-time contributors to implement! |
| 20 | 20 | This is a great way to support the project,. whileWhile also improving your skills, you'll also be credited as a contributor once your PR is merged. |
| 21 | 21 | If you're new to SillyTavern [here are ais collectionthe ofofficial resourcesdocumentation](https://docs.sillytavern.app/). The official contribution guide can be found [here](https://github.com/SillyTavern/SillyTavern/blob/release/CONTRIBUTING.md). |
| 22 | 22 | If you need any support at all, feel free to reach out via [Discord](https://discord.gg/sillytavern), or let us know in this issue or via [discussions](https://github.com/SillyTavern/SillyTavern/discussions). |
| 23 | 23 | |
| 24 | 24 | - name: ❌ wontfix |
| 25 | 25 | labeled: |
| 26 | 26 | issue: |
| 27 | 27 | action: close |
| 28 | 28 | body: > |
| 29 | 29 | This tickedticket has been marked as 'wontfix', which usually means it is out-of-scope, or not feasible at this time. |
| 30 | - You can still fork the project and make the changes yourself. | |
| 30 | + IF you have any questions about this, feel free to reach out. | |
| 31 | 31 | |
| 32 | 32 | - name: ✅ FixedDone (staging) |
| 33 | 33 | labeled: |
| 34 | 34 | issue: |
| 35 | 35 | body: > |
| 36 | 36 | Hello @{{ issue.user.login }}! It looks like all or part of this issue has now been implemented as part of the `staging` branch. |
| 37 | + If you currently are on the `release` branch, you can switch to `staging` to test this right away. | |
| 38 | + | |
| 39 | + Note that `staging` is considered less stable than the official releases. To switch, follow existing instructions, | |
| 40 | + or simply enter the following command: `git switch staging` | |
| 41 | + | |
| 42 | + - name: ✅ Done | |
| 43 | + labeled: | |
| 44 | + issue: | |
| 45 | + body: > | |
| 46 | + It looks like all or part of this issue has now been implemented as part of the `latest` release. | |
| 37 | 47 | |
| 38 | 48 | - name: ‼️ High Priority |
| 39 | 49 | labeled: |
| 40 | 50 | issue: |
| 41 | 51 | body: > |
| 42 | 52 | This ticketissue has been marked as high priority, andindicating hasthat beenit bumpedis important to the topmaintainers ofand the priority listcommunity. |
| 43 | - You should expect an implementation to be pushed out soon. Thank you for your patience. | |
| 53 | + While we cannot guarantee an immediate fix or provide an exact timeline, please rest assured that it is on our radar and will be addressed whenever possible. | |
| 54 | + Thank you for your patience and understanding. | |
| 44 | 55 | |
| 45 | 56 | - name: 💀 Spam |
| 46 | 57 | labeled: |
| @@ -50,4 +61,4 @@ labels: | ||
| 50 | 61 | lock_reason: spam |
| 51 | 62 | body: > |
| 52 | 63 | This issue has been identified as spam, and is now locked. |
| 53 | - Users who repeatedly | |
| 64 | + Please refrain from posting spam in the future, as it disrupts the community and wastes valuable time. | |
| @@ -1,15 +1,39 @@ | ||
| 1 | 1 | comment: |
| 2 | 2 | footer: |> |
| 3 | 3 | --- |
| 4 | 4 | > I am a bot, and this is an automated message 🤖 |
| 5 | 5 | labels: |
| 6 | 6 | - name: ✖️ Invalid |
| 7 | 7 | labeled: |
| 8 | 8 | pr: |
| 9 | - body: Thank you @{{ pull_request.user.login }} for suggesting this. Please follow the pull request templates. | |
| 10 | 9 | action: close |
| 10 | + body: > | |
| 11 | + Thank you @{{ pull_request.user.login }} for contributing to this repository. | |
| 12 | + Your Pull Request has been marked as invalid. | |
| 13 | + | |
| 14 | + Please ensure you follow the pull request template, provide all relevant info, | |
| 15 | + and target the correct branch. `staging` is the default target branch, `release` should only be targeted for important hotfixes. | |
| 16 | + | |
| 17 | + If you have any questions, feel free to reach out. | |
| 11 | 18 | |
| 12 | 19 | - name: ⛔ Don't Merge |
| 13 | 20 | labeled: |
| 14 | 21 | pr: |
| 15 | - body: This PR has been temporarily blocked from merging. | |
| 22 | + body: > | |
| 23 | + This PR has been temporarily blocked from merging. | |
| 24 | + | |
| 25 | + - name: 💥💣 Breaking Changes | |
| 26 | + labeled: | |
| 27 | + pr: | |
| 28 | + body: > | |
| 29 | + This PR is marked as containing one or more breaking changes. | |
| 30 | + | |
| 31 | + Please make sure that those are documented accordingly and steps to inform users at release are prepared. | |
| 32 | + | |
| 33 | + - name: ⛔ Waiting For External/Upstream | |
| 34 | + labeled: | |
| 35 | + pr: | |
| 36 | + body: > | |
| 37 | + This PR is awaiting external or upstream changes or approval. | |
| 38 | + It can only be merged once those changes have been implemented and approved. | |
| 39 | + Please inform us of any progress on the upstream changes or approval. | |