Skip to content

Commit 85b8357

Browse files
github templates updated
1 parent f754fe4 commit 85b8357

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,30 @@
11
# I have issues
22

3-
## I'm submitting a
3+
## I'm submitting a...
44

55
* [ ] bug report
66
* [ ] feature request
77
* [ ] support request
8+
* [ ] kudos, thank you, warm fuzzy
89

9-
## What is the current behavior
10+
## What is the current behavior?
1011

11-
## If this is a bug, how to reproduce? Please include a code sample
1212

13-
## What's the expected behavior
1413

15-
## Environment
14+
## If this is a bug, how to reproduce? Please include a code sample if relevvant.
15+
16+
17+
18+
## What's the expected behavior?
19+
20+
21+
22+
## Are you able to fix this problem and submit a PR? Link here if you have already.
23+
24+
## Environment details
1625

1726
* Affected module version:
1827
* OS:
1928
* Terraform version:
2029

21-
## Other relevant info
30+
## Any other relevant info

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ Please explain the changes you made here and link to any relevant issues.
99
- [ ] `terraform fmt` and `terraform validate` both work from the root and `examples/eks_test_fixture` directories (look in CI for an example)
1010
- [ ] Tests for the changes have been added and passing (for bug fixes/features)
1111
- [ ] Test results are pasted in this PR (in lieu of CI)
12-
- [ ] Docs have been added/updated (for bug fixes/features)
13-
- [ ] Any breaking changes are noted in the description above
12+
- [ ] Docs have been updated using `terraform-docs` per `README.md` instructions
13+
- [ ] I've added my change to CHANGELOG.md
14+
- [ ] Any breaking changes are highlighted above

0 commit comments

Comments
 (0)