Skip to content

Commit 41fd458

Browse files
committed
main: Add PR template
Signed-off-by: Gabe Goodhart <[email protected]>
1 parent a70f3db commit 41fd458

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/pull_request_template.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!-- Thanks for sending a pull request! Here are some tips for you:
2+
1. Make sure to read the Contributing Guide before submitting your PR: https://github.com/IBM/scriptit/blob/main/CONTRIBUTING.md
3+
2. If this PR closes another issue, add 'closes #<issue number>' somewhere in the PR summary. GitHub will automatically close that issue when this PR gets merged. Alternatively, adding 'refs #<issue number>' will not close the issue, but help provide the reviewer more context.-->
4+
5+
## Related Issue
6+
7+
Supports #ISSUE_NUMBER
8+
9+
## Related PRs
10+
11+
This PR is not dependent on any other PR
12+
13+
## What this PR does / why we need it
14+
15+
## Special notes for your reviewer
16+
17+
## If applicable\*\*
18+
19+
- [ ] this PR contains documentation
20+
- [ ] this PR contains unit tests
21+
- [ ] this PR has been tested for backwards compatibility
22+
23+
## What gif most accurately describes how I feel towards this PR?
24+
25+
![Example of a gif](https://media.giphy.com/media/snwvCcEKk33Hy/giphy.gif)

0 commit comments

Comments
 (0)