Skip to content

Commit 2f185c1

Browse files
authored
PR template: Add checkboxes for changelog and tests
1 parent 3151edf commit 2f185c1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
TODO: Check the above box with an 'x' indicating you've read and followed [CONTRIBUTING.md](https://github.com/ni/nidaqmx-python/blob/master/CONTRIBUTING.md).
44

5+
- [ ] I've updated [CHANGELOG.md](https://github.com/ni/nimi-python/blob/master/CHANGELOG.md) if applicable.
6+
7+
TODO: Check the above box with an 'x' if considered if there were any and then documented client facing changes in [CHANGELOG.md](https://github.com/ni/nimi-python/blob/master/CHANGELOG.md). Strike through if this is not a relevant client facing change.
8+
9+
- [ ] I've added tests applicable for this pull request
10+
11+
TODO: Check the above box with an 'x' indicating you have considered and added any applicable system or unit tests. Strike through if you considered and decided additional tests were not warranted.
12+
513
### What does this Pull Request accomplish?
614

715
TODO: Include high-level description of the changes in this pull request.
@@ -12,4 +20,4 @@ TODO: Justify why this contribution should be part of the project.
1220

1321
### What testing has been done?
1422

15-
TODO: Detail what testing has been done to ensure this submission meets requirements.
23+
TODO: Detail what testing has been done to ensure this submission meets requirements.

0 commit comments

Comments
 (0)