Skip to content

Commit bd918e4

Browse files
committed
Add Pull Request Template
This adds a pull request template from the kb_uploadmethods app referenced [here](https://github.com./kbaseapps/kb_uploadmethods/blob/master/.github/pull_request_template.md). Signed-off-by: David ML Brown Jr <[email protected]>
1 parent 28de76a commit bd918e4

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/pull_request_template.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Description of PR purpose/changes
2+
3+
- Please include a summary of the change and which issue is fixed.
4+
- Please also include relevant motivation and context.
5+
- List any dependencies that are required for this change.
6+
7+
# Jira Ticket / Issue
8+
9+
e.g. <https://kbase-jira.atlassian.net/browse/DATAUP-X>
10+
11+
- [ ] Added the Jira Ticket to the title of the PR e.g. (DATAUP-69 Adds a PR template)
12+
13+
# Testing Instructions
14+
15+
- Details for how to test the PR:
16+
- [ ] Tests pass in Travis-CI, GitHub Actions and locally
17+
18+
# Dev Checklist:
19+
20+
- [ ] My code follows the guidelines at <https://sites.google.com/truss.works/kbasetruss/development>
21+
- [ ] I have performed a self-review of my own code
22+
- [ ] I have commented my code, particularly in hard-to-understand areas
23+
- [ ] I have made corresponding changes to the documentation, including updating the README with app information changes
24+
- [ ] My changes generate no new warnings
25+
- [ ] I have added tests that prove my fix is effective or that my feature works
26+
- [ ] New and existing tests pass locally with my changes
27+
- [ ] Any dependent changes have been merged and published in downstream modules
28+
29+
# Updating Version and Release Notes (if applicable)
30+
31+
- [ ] [Version has been bumped](https://semver.org/) in `kbase.yml`
32+
- [ ] [Release notes](/RELEASE_NOTES.md) have been updated for each release (and during the merge of feature branches)

0 commit comments

Comments
 (0)