6ed1fa1ae045e5202b21d5f4fb0c0902201a3394
[akkoma] / .gitea / issue_template / bug.yml
1 name: "Bug report"
2 about: "Something isn't working as expected"
3 title: "[bug] "
4 body:
5 - type: markdown
6 attributes:
7 value: |
8 Thanks for taking the time to file this bug report! Please try to be as specific and detailed as you can, so we can track down the issue and fix it as soon as possible.
9
10 # General information
11 - type: dropdown
12 id: installation
13 attributes:
14 label: "Your setup"
15 description: "What sort of installation are you using?"
16 options:
17 - "OTP"
18 - "From source"
19 - "Docker"
20 validations:
21 required: true
22 - type: input
23 id: setup-details
24 attributes:
25 label: "Extra details"
26 description: "If installing from source or docker, please specify your distro or docker setup."
27 placeholder: "e.g. Alpine Linux edge"
28 - type: input
29 id: version
30 attributes:
31 label: "Version"
32 description: "Which version of Akkoma are you running? If running develop, specify the commit hash."
33 placeholder: "e.g. 2022.11, 4e4bd248"
34 - type: input
35 id: postgres
36 attributes:
37 label: "PostgreSQL version"
38 placeholder: "14"
39 validations:
40 required: true
41 - type: markdown
42 attributes:
43 value: "# The issue"
44 - type: textarea
45 id: attempt
46 attributes:
47 label: "What were you trying to do?"
48 validations:
49 required: true
50 - type: textarea
51 id: expectation
52 attributes:
53 label: "What did you expect to happen?"
54 validations:
55 required: true
56 - type: textarea
57 id: reality
58 attributes:
59 label: "What actually happened?"
60 validations:
61 required: true
62 - type: textarea
63 id: logs
64 attributes:
65 label: "Logs"
66 description: "Please copy and paste any relevant log output, if applicable."
67 render: shell
68 - type: dropdown
69 id: severity
70 attributes:
71 label: "Severity"
72 description: "Does this issue prevent you from using the software as normal?"
73 options:
74 - "I cannot use the software"
75 - "I cannot use it as easily as I'd like"
76 - "I can manage"
77 validations:
78 required: true
79 - type: checkboxes
80 id: searched
81 attributes:
82 label: "Have you searched for this issue?"
83 description: "Please double-check that your issue is not already being tracked on [the forums](https://meta.akkoma.dev) or [the issue tracker](https://akkoma.dev/AkkomaGang/akkoma/issues)."
84 options:
85 - label: "I have double-checked and have not found this issue mentioned anywhere."