xref: /template/writr/.github/ISSUE_TEMPLATE/bug_report.yml (revision dbc97406d28643cabf9b4121ff738faf8391dd99)
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  - type: textarea
18    id: steps
19    attributes:
20      label: Steps to reproduce
21      description: Provide clear steps to reproduce.
22      placeholder: |
23        1. First Step
24        2. Second Step
25        3. And so on...
26    validations:
27      required: true
28  - type: textarea
29    id: expected
30    attributes:
31      label: Expected behavior
32      placeholder: "What you expected to happen"
33    validations:
34      required: true
35  - type: textarea
36    id: actual
37    attributes:
38      label: Actual behavior
39      placeholder: "What actually happened"
40    validations:
41      required: true
42  - type: input
43    id: dokuwiki_version
44    attributes:
45      label: Version of DokuWiki
46      description: Can be found in the admin screen or in the `VERSION` file.
47      placeholder: '2024-02-14a "Kaos"'
48    validations:
49      required: true
50  - type: input
51    id: php_version
52    attributes:
53      label: PHP Version
54      description: The version of PHP you are using to run DokuWiki
55      placeholder: "8.3"
56    validations:
57      required: true
58  - type: input
59    id: webserver
60    attributes:
61      label: Webserver and version of webserver
62      description: If applicable, always include if unsure
63      placeholder: "Apache 2.4 on Debian Linux"
64    validations:
65      required: false
66  - type: input
67    id: browser
68    attributes:
69      label: Browser and version of browser, operating system running browser
70      description: If applicable, always include if unsure
71      placeholder: "Chrome 221 on Windows 11"
72    validations:
73      required: false
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