File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments