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