1---
2name: Bug report
3about: Create a report to help us improve
4title: ''
5labels: bug
6assignees: ''
7
8---
9
10## Describe the bug
11A clear and concise description of what the bug is.
12
13### To Reproduce
14Steps to reproduce the behaviour:
151. Go to '...'
162. Click on '....'
173. Scroll down to '....'
184. See error
19
20## Additional context
21Add any other context about the problem here.
22
23## Expected behaviour
24A clear and concise description of what you expected to happen.
25
26
27
28## environment
29
30  - php version:
31  - dokuwiki version:
32  - plugin version / date:
33  - list of any other plugins (apart from bundled plugins):
34
35### error log
36<!-- replace ERRORS below with the relevant section of the php or webserver error -->
37```
38ERRORS
39```
40
41### debug log
42<!-- replace DEBUG below with the relevant section of the dowkuwiki debug log, you need to configure the wiki to create debug logging -->
43```
44DEBUG
45```
46