Skip to content

Commit a188b47

Browse files
author
Tanner Blair
authored
Merge pull request #22 from NISystemsEngineering/feature/pull-request-template
Create pull_request_template.md
2 parents 773b880 + 91842ce commit a188b47

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

pull_request_template.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
Thanks for submitting a pull request! Please provide enough information so that others can review your pull request:
2+
3+
For more information, see the `CONTRIBUTING` guide.
4+
5+
6+
**Summary**
7+
8+
<!-- Summary of the PR -->
9+
10+
This PR fixes/implements the following **bugs/features**
11+
12+
* [ ] Bug 1
13+
* [ ] Bug 2
14+
* [ ] Feature 1
15+
* [ ] Feature 2
16+
* [ ] Breaking changes
17+
18+
<!-- You can skip this if you're fixing a typo-->
19+
20+
Explain the **motivation** for making this change. What existing problem does the pull request solve?
21+
22+
<!-- Example: When "Adding a function to do X", explain why it is necessary to have a way to do X. -->
23+
24+
**Test plan (required)**
25+
26+
Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI.
27+
28+
29+
**Closing issues**
30+
31+
<!-- Put `fixes #XXXX` in your comment to auto-close the issue that your PR fixes (if such). -->
32+
Fixes #

0 commit comments

Comments
 (0)