Skip to content

Commit 44a9e3a

Browse files
committed
Adding PR template
1 parent 45aff76 commit 44a9e3a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Note: Please format the pull request title like:
2+
"Resolves issue ###, High level description of pull request."
3+
4+
Closes Issue ###
5+
6+
# Summary
7+
Write out a concise summary of this MR.
8+
9+
# Important Changes
10+
`example_file.js`
11+
- Cleaned code and added comments.
12+
- Added method to handle adding items.
13+
14+
# Testing
15+
16+
Steps to manually test updated functionality, if possible
17+
- [ ] 1) Example test step.
18+
19+
# Notes
20+
- Some additional notes about this MR.

0 commit comments

Comments
 (0)