Skip to content

Commit 0235c3f

Browse files
committed
Add a pull request template
1 parent 50e54f6 commit 0235c3f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/pull_request_template.md

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

0 commit comments

Comments
 (0)