You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+25-2Lines changed: 25 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,30 @@
4
4
5
5
### Acceptance tests
6
6
-[ ] 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
+
```
8
31
9
32
### References
10
33
@@ -14,4 +37,4 @@ Are there any other GitHub issues (open or closed) or pull requests that should
14
37
### Community Note
15
38
<!--- Please keep this note for the community --->
16
39
* 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