xref: /plugin/snow/.github/ISSUE_TEMPLATE.md (revision bb5ce9c8ef9651d9e150dd770ab812ca62299fb6)
1<!--
2This issue tracker is not for support; please use the Dokuwiki mailing list for questions
3
4Most of the following information is required for your issue to be considered:
5-->
6
7## environment
8
9  - php version:
10  - dokuwiki version:
11  - plugin version / date:
12  - list of any other plugins (apart from bundled plugins):
13
14## expected behaviour
15
16## actual behaviour
17
18## steps to reproduce actual behaviour
19
20### error log
21<!-- replace ERRORS below with the relevant section of the php or webserver error -->
22```
23ERRORS
24```
25
26### debug log
27<!-- replace DEBUG below with the relevant section of the dowkuwiki debug log, you need to configure the wiki to create debug logging -->
28```
29DEBUG
30```
31