Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit d7013f7

Browse files
committed
Add template for pull requests
1 parent 75568dd commit d7013f7

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/pull_request_template.md

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

0 commit comments

Comments
 (0)