Skip to content

Commit 3318387

Browse files
Update issue templates
1 parent 439d7fe commit 3318387

File tree

2 files changed

+96
-0
lines changed

2 files changed

+96
-0
lines changed

.github/ISSUE_TEMPLATE/issue.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
name: ''
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!---
11+
Verify first that your issue/request is not already reported on GitHub.
12+
Also test if the latest release, and master branch are affected too.
13+
-->
14+
15+
##### ISSUE TYPE
16+
<!--- Pick one below and delete the rest: -->
17+
- Bug Report
18+
- Feature Idea
19+
- Module question
20+
- Module creation help
21+
- Documentation update
22+
23+
##### SUMMARY
24+
<!--- Explain the problem briefly -->
25+
26+
##### STEPS TO REPRODUCE
27+
<!---
28+
For bugs, show exactly how to reproduce the problem, using a minimal test-case.
29+
For new features, show how the feature would be used.
30+
-->
31+
32+
<!--- Paste example playbooks or commands between quotes below -->
33+
```yaml
34+
35+
```
36+
37+
<!--- You can also paste gist.github.com links for larger files -->
38+
39+
##### EXPECTED RESULTS
40+
<!--- What did you expect to happen when running the steps above? -->
41+
42+
##### ACTUAL RESULTS
43+
<!--- What actually happened? -->
44+
45+
<!--- Paste verbatim command output between quotes below -->
46+
```
47+
48+
```

.github/ISSUE_TEMPLATE/report.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
name: Report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!---
11+
Verify first that your issue/request is not already reported on GitHub.
12+
Also test if the latest release, and master branch are affected too.
13+
-->
14+
15+
##### ISSUE TYPE
16+
<!--- Pick one below and delete the rest: -->
17+
- Bug Report
18+
- Feature Idea
19+
- Module question
20+
- Module creation help
21+
- Documentation update
22+
23+
##### SUMMARY
24+
<!--- Explain the problem briefly -->
25+
26+
##### STEPS TO REPRODUCE
27+
<!---
28+
For bugs, show exactly how to reproduce the problem, using a minimal test-case.
29+
For new features, show how the feature would be used.
30+
-->
31+
32+
<!--- Paste example playbooks or commands between quotes below -->
33+
```yaml
34+
35+
```
36+
37+
<!--- You can also paste gist.github.com links for larger files -->
38+
39+
##### EXPECTED RESULTS
40+
<!--- What did you expect to happen when running the steps above? -->
41+
42+
##### ACTUAL RESULTS
43+
<!--- What actually happened? -->
44+
45+
<!--- Paste verbatim command output between quotes below -->
46+
```
47+
48+
```

0 commit comments

Comments
 (0)