Skip to content

Commit 19a8e15

Browse files
author
Francesco Schwarz
authored
Create ISSUE_TEMPLATE.md
1 parent d426710 commit 19a8e15

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!-- Please answer the following questions. Issues that don’t use this template will be closed. -->
2+
3+
> Briefly describe the issue.
4+
<!-- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug. -->
5+
6+
Short description goes here.
7+
8+
> What did you expect to happen?
9+
<!-- Tell us what should happen. -->
10+
11+
Expected behavior goes here.
12+
13+
> What did actually happen?
14+
<!-- Tell us what happens instead. -->
15+
16+
Actual behavior goes here.
17+
18+
> Optional: Have you a suggestion for a possible fix?
19+
<!-- Any hint to a solution is appreciated. -->
20+
21+
Your possible fix goes here.
22+
23+
> What are the steps to reproduce the issue?
24+
<!-- Provide an unambiguous set of steps to reproduce the issue. -->
25+
26+
1. Step 1
27+
2. Step 2
28+
3. Step 3
29+
30+
> Tell us about the setup you experienced the bug in.
31+
<!-- Include as many relevant details about the environment you experienced the bug in. -->
32+
33+
* ProcessWire version:
34+
* (Optional) PHP version:
35+
* (Optional) MySQL version:
36+
* (Optional) Any 3rd party modules that are installed and could be related to the issue:
37+
38+
<!--
39+
* When possible please confirm the issue on a separate installation before submitting an issue report.
40+
* When the issue is resolved, please close it.
41+
* Please do not submit feature requests to this repository, instead use the requests repository: https://github.com/processwire/processwire-requests/issues
42+
* Please do not use this repository for ProcessWire support, instead use the support forum: https://processwire.com/talk/
43+
-->

0 commit comments

Comments
 (0)