Blame Raw
· · · 69 lines (3.0 KB)
0 contributors
1labels:
2 - name: ✖️ Invalid
3 labeled:
4 issue:
5 action: close
6 body: >
7 Hey @{{ issue.user.login }}, this issue has been marked as invalid.
8
9 Please double-check that you've followed the issue template, included all necessary details, and reviewed the docs & previous issues before submitting.
10 If provided, follow the instructions given by maintainers.
11
12 - name: 👩‍💻 Good First Issue
13 labeled:
14 issue:
15 body: >
16 🏆 This issue has been marked as a good first issue for contributors to implement!
17 This is a great way to support the project. While also improving your skills, you'll also be credited as a contributor once your PR is merged.
18
19 If you're new to SillyTavern [here is the official documentation](https://docs.sillytavern.app/). The official contribution guide can be found [here](https://github.com/SillyTavern/SillyTavern/blob/release/CONTRIBUTING.md).
20 If you need any support, 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).
21
22 - name: ❌ wontfix
23 labeled:
24 issue:
25 action: close
26 body: >
27 ❌ This issue has been marked as 'wontfix', which usually means it is out-of-scope, not feasible at this time or will not be implemented for various reasons.
28 If you have any questions about this, feel free to reach out.
29
30 - name: 🛑 Out of Scope
31 labeled:
32 issue:
33 action: close
34 body: >
35 🛑 This issue has been marked as 'out of scope', as this can't or won't be implemented.
36 If you have any questions about this, feel free to reach out.
37
38 - name: ✅ Done (staging)
39 labeled:
40 issue:
41 body: >
42 ✅ It looks like all or part of this issue has now been implemented as part of the `staging` branch.
43 If you currently are on the `release` branch, you can switch to `staging` to test this right away.
44
45 Note that `staging` is considered less stable than the official releases. To switch, follow existing instructions,
46 or simply enter the following command: `git switch staging`
47
48 - name: ✅ Done
49 labeled:
50 issue:
51 body: >
52 ✅ It looks like all or part of this issue has now been implemented as part of the latest release.
53
54 - name: ‼️ High Priority
55 labeled:
56 issue:
57 body: >
58 🚨 This issue has been marked high priority, meaning it's important to the maintainers or community.
59 While we can't promise immediate changes, it is on our radar and will be addressed whenever possible. Thanks for your patience!
60
61 - name: 💀 Spam
62 labeled:
63 issue:
64 action: close
65 locking: lock
66 lock_reason: spam
67 body: >
68 💀 This issue has been flagged as spam and is now locked.
69 Please avoid posting spam - it disrupts the community and wastes everyone's time.