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