Blame Raw
· · · 93 lines (3.4 KB)
0 contributors
1name: Bug Report 🐛
2type: Bug
3description: Report something that's not working the intended way. Support requests for external programs (reverse proxies, 3rd party servers, other peoples' forks) will be refused! Please use English only.
4title: '[BUG] <title>'
5labels: ['🐛 Bug']
6body:
7 - type: dropdown
8 id: environment
9 attributes:
10 label: Environment
11 description: Where are you running SillyTavern?
12 options:
13 - 🪟 Windows
14 - 🐧 Linux
15 - 📱 Termux
16 - 🐋 Docker
17 - 🍎 Mac
18 validations:
19 required: true
20
21 - type: input
22 id: system
23 attributes:
24 label: System
25 description: >-
26 For deployment issues, specify your [distro or OS](https://whatsmyos.com/) and/ or Docker version.
27 For client-side issues, include your [browser version](https://www.whatsmybrowser.org/)
28 placeholder: e.g. Firefox 101, Manjaro Linux 21.3.0, Docker 20.10.16
29 validations:
30 required: true
31
32 - type: input
33 id: version
34 attributes:
35 label: Version
36 description: What version of SillyTavern are you running?
37 placeholder: (check User Settings to see the version)
38 validations:
39 required: true
40
41 - type: textarea
42 id: desktop
43 attributes:
44 label: Desktop Information
45 description: Please provide details about your desktop environment.
46 placeholder: |
47 - Node.js version (if applicable): [run `node --version` in cmd]
48 - Generation API [e.g. KoboldAI, OpenAI]
49 - Branch [staging, release]
50 - Model [e.g. Pygmalion 6b, LLaMa 13b]
51 validations:
52 required: false
53
54 - type: textarea
55 id: repro
56 attributes:
57 label: Describe the problem
58 description: Please describe exactly what is not working, include the steps to reproduce, actual result and expected result
59 placeholder: When doing ABC then DEF, I expect to see XYZ, but I actually see ZYX
60 validations:
61 required: true
62
63 - type: textarea
64 id: logs
65 attributes:
66 label: Additional info
67 description: Logs? Screenshots? Yes, please.
68 placeholder: If the issue happens during build-time, include terminal logs. For run-time errors, include browser logs which you can view in the Dev Tools (F12), under the Console tab. Take care to blank out any personal info.
69 validations:
70 required: false
71
72 - type: checkboxes
73 id: user-check
74 attributes:
75 label: Please tick the boxes
76 description: Before submitting, please ensure that you have completed the following checklist
77 options:
78 - label: I have explained the issue clearly, and I included all relevant info
79 required: true
80 - label: I have checked that this [issue hasn't already been raised](https://github.com/SillyTavern/SillyTavern/issues?q=is%3Aissue)
81 required: true
82 - label: I have checked the [docs](https://docs.sillytavern.app/) ![important](https://img.shields.io/badge/Important!-F6094E)
83 required: true
84 - label: I confirm that my issue is not related to third-party content, unofficial extension or patch. If in doubt, check with a new [user account](https://docs.sillytavern.app/administration/multi-user/) and with extensions disabled
85 required: true
86
87 - type: markdown
88 attributes:
89 value: |-
90 ## Thanks 🙏
91 Thank you for raising this ticket - in doing so you are helping to make SillyTavern better for everyone.
92 validations:
93 required: false