xref: /template/writr/.github/ISSUE_TEMPLATE/bug_report.yml (revision 0feafd2cba8dcb139fecb6c1ebba1720fda5c9ef)
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    id: dokuwiki_version
48    attributes:
49      label: Version of DokuWiki
50      description: Can be found in the admin screen or in the `VERSION` file.
51      placeholder: '2024-02-14a "Kaos"'
52    validations:
53      required: true
54
55  - type: input
56    id: php_version
57    attributes:
58      label: PHP Version
59      description: The version of PHP you are using to run DokuWiki
60      placeholder: "8.3"
61    validations:
62      required: true
63
64  - type: input
65    id: webserver
66    attributes:
67      label: Webserver and version of webserver
68      description: If applicable, always include if unsure
69      placeholder: "Apache 2.4 on Debian Linux"
70    validations:
71      required: false
72
73  - type: input
74    id: browser
75    attributes:
76      label: Browser and version of browser, operating system running browser
77      description: If applicable, always include if unsure
78      placeholder: "Chrome 221 on Windows 11"
79    validations:
80      required: false
81
82  - type: textarea
83    id: logs
84    attributes:
85      label: Screenshots or Logs
86      description: Paste logs or attach screenshots.
87      placeholder: "Paste your logs or attach the screenshot"
88    validations:
89      required: false
90