Skip to content

Commit cf7dd5d

Browse files
authored
Update pull_request_template.md
1 parent 0ff51e9 commit cf7dd5d

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

.github/pull_request_template.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,30 @@
44

55
### Acceptance tests
66
- [ ] Have you added an acceptance test for the functionality being added?
7-
- [ ] Have you run the acceptance tests on this branch? (If so, please include the test log in a gist)
7+
- [ ] Have you run the acceptance tests on this branch?
8+
9+
Output from acceptance testing:
10+
11+
<!--
12+
Replace TestAccXXX with a pattern that matches the tests affected by this PR.
13+
14+
For more information on the `-run` flag, see the `go test` documentation at https://tip.golang.org/cmd/go/#hdr-Testing_flags.
15+
-->
16+
```
17+
$ make testacc TESTARGS='-run=TestAccXXX'
18+
19+
...
20+
```
21+
22+
### Release Note
23+
Release note for [CHANGELOG](https://github.com/hashicorp/terraform-provider-kubernetes/blob/master/CHANGELOG.md):
24+
<!--
25+
If change is not user facing, just write "NONE" in the release-note block below.
26+
-->
27+
28+
```release-note
29+
...
30+
```
831

932
### References
1033

@@ -14,4 +37,4 @@ Are there any other GitHub issues (open or closed) or pull requests that should
1437
### Community Note
1538
<!--- Please keep this note for the community --->
1639
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
17-
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
40+
* If you are interested in working on this issue or have submitted a pull request, please leave a comment

0 commit comments

Comments
 (0)