Skip to content
This repository was archived by the owner on Oct 7, 2021. It is now read-only.

Commit a055b7e

Browse files
authored
Merge pull request #2 from khos2ow/issue-template
Add issue templates
2 parents 0f38709 + 0f449f9 commit a055b7e

File tree

3 files changed

+71
-0
lines changed

3 files changed

+71
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
name: Bug report
3+
about: Create a bug report
4+
labels: bug
5+
---
6+
7+
<!--
8+
Thank you for helping to improve terraform-docs!
9+
10+
Please be sure to search for open issues before raising a new one. We use issues
11+
for bug reports and feature requests. Please note, this template is for bugs
12+
report, not feature requests. For more information, see the Contributing Guidelines
13+
at https://git.io/Jt3Hr.
14+
-->
15+
16+
### Describe the bug
17+
18+
<!--
19+
Please let us know what behaviour you expected and how terraform-docs diverged
20+
from that behaviour.
21+
-->
22+
23+
24+
### How can we reproduce it?
25+
26+
<!--
27+
Help us to reproduce your bug as succinctly and precisely as possible. Any and
28+
all steps or script that triggers the issue are highly appreciated!
29+
30+
Do you have long logs to share? Please go to https://ghostbin.com and insert the
31+
link here.
32+
-->
33+
34+
35+
### Environment information
36+
37+
<!--
38+
- terraform-docs version (use `terraform-docs --version`):
39+
- Go version (if you manually built. use `go version`):
40+
- OS (e.g. Windows, MacOS):
41+
-->

.github/ISSUE_TEMPLATE/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: true
+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
labels: "feature request"
5+
---
6+
7+
<!--
8+
Thank you for helping to improve terraform-docs!
9+
10+
Please be sure to search for open issues before raising a new one. We use issues
11+
for bug reports and feature requests. Please note, this template is for feature
12+
requests, not bugs report. For more information, see the Contributing Guidelines
13+
at https://git.io/Jt3Hr.
14+
-->
15+
16+
### What problem are you facing?
17+
18+
<!--
19+
Please tell us a little about your use case - it's okay if it's hypothetical!
20+
Leading with this context helps frame the feature request so we can ensure we
21+
implement it sensibly.
22+
--->
23+
24+
25+
### How could terraform-docs help solve your problem?
26+
27+
<!--
28+
Let us know how you think terraform-docs could help with your use case.
29+
-->

0 commit comments

Comments
 (0)