xref: /template/writr/.github/ISSUE_TEMPLATE/bug_report.yml (revision 7ff649fb0f93a98fed7e1bc6b3995744d39463e1)
1name: Bug report
2description: Create a report to report a bug
3title: ""
4labels: ["Bug"]
5assignees:
6  - LouisOuellet
7
8body:
9  - type: textarea
10    id: description
11    attributes:
12      label: Description
13      description: Describe the bug or feature.
14      placeholder: "Description of the bug or feature"
15    validations:
16      required: true
17
18  - type: textarea
19    id: steps
20    attributes:
21      label: Steps to reproduce
22      description: Provide clear steps to reproduce.
23      placeholder: |
24        1. First Step
25        2. Second Step
26        3. And so on...
27    validations:
28      required: true
29
30  - type: textarea
31    id: expected
32    attributes:
33      label: Expected behavior
34      placeholder: "What you expected to happen"
35    validations:
36      required: true
37
38  - type: textarea
39    id: actual
40    attributes:
41      label: Actual behavior
42      placeholder: "What actually happened"
43    validations:
44      required: true
45
46  - type: input
47    attributes:
48      label: Version of DokuWiki
49      description: Can be found in the admin screen or in the `VERSION` file.
50      placeholder: 2024-02-14a "Kaos"
51    validations:
52      required: true
53
54  - type: input
55    attributes:
56      label: PHP Version
57      description: The version of PHP you are using to run DokuWiki
58      placeholder: "8.3"
59    validations:
60      required: true
61
62  - type: input
63    attributes:
64      label: Webserver and version of webserver
65      description: If applicable, always include if unsure
66      placeholder: Apache 2.4 on Debian Linux
67
68  - type: input
69    attributes:
70      label: Browser and version of browser, operating system running browser
71      description: If applicable, always include if unsure
72      placeholder: "Chrome 221 on Windows 11"
73
74  - type: textarea
75    id: logs
76    attributes:
77      label: Screenshots or Logs
78      description: Paste logs or attach screenshots.
79      placeholder: "Paste your logs or attach the screenshot"
80    validations:
81      required: false
82