Skip to content

Commit 1af45df

Browse files
kavya498hkantare
authored andcommitted
Add: PULL_REQUEST_TEMPLATE.md
1 parent a97c288 commit 1af45df

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!--- See what makes a good Pull Request at : https://github.com/IBM-Cloud/terraform-provider-ibm/blob/master/.github/CONTRIBUTING.md --->
2+
3+
<!--- Please keep this note for the community --->
4+
5+
### Community Note
6+
7+
* Please vote on this pull request by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original pull request comment to help the community and maintainers prioritize this request
8+
* Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request
9+
10+
<!--- Thank you for keeping this note for the community --->
11+
12+
<!--- If your PR fully resolves and should automatically close the linked issue, use Closes. Otherwise, use Relates --->
13+
Relates OR Closes #0000
14+
15+
Output from acceptance testing:
16+
17+
<!--
18+
Replace TestAccXXX with a pattern that matches the tests affected by this PR.
19+
20+
For more information on the `-run` flag, see the `go test` documentation at https://tip.golang.org/cmd/go/#hdr-Testing_flags.
21+
-->
22+
```
23+
$ make testacc TESTARGS='-run=TestAccXXX'
24+
25+
...
26+
```

0 commit comments

Comments
 (0)