Skip to content

Commit 1107a62

Browse files
Xavier MedranoXavier Medrano
authored andcommitted
add pr template
1 parent b3a3082 commit 1107a62

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## Overview
2+
3+
Brief description of what this PR does, and why it is needed.
4+
5+
If this pr closes an issue, make note of it here 👇
6+
Closes #XXX
7+
8+
### Demo
9+
10+
Optional. Screenshots, `curl` examples, etc.
11+
12+
### Notes
13+
14+
Optional. Ancillary topics, caveats, alternative strategies that didn't work out, anything else.
15+
16+
## Testing Instructions
17+
18+
* How to test this PR
19+
* Prefer bulleted description
20+
* Start after checking out this branch
21+
* Include any setup required, such as bundling scripts, restarting services, etc.
22+
* Include test case, and expected output

0 commit comments

Comments
 (0)