Skip to content

Commit e7febc3

Browse files
committed
Create pull_request_template.md
1 parent ea7ce43 commit e7febc3

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/pull_request_template.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
### JIRA link
2+
_TD-###_
3+
4+
### Description
5+
_Describe what has changed and how that will affect the app. If relevant, add references to the resources you used. Use this as your opportunity to highlight anything odd and give people context around particular decisions._
6+
7+
### Screenshots
8+
_Attach screenshots on mobile, tablet and desktop._
9+
10+
-----
11+
### Developer checks
12+
(Leave tasks unticked if they haven't been appropriate for your ticket.)
13+
14+
I have:
15+
- [ ] Run the formatter and made sure there are no IDE errors
16+
- [ ] Written appropriate unit tests for the changes
17+
- [ ] Manually tested my work with and without JavaScript
18+
- [ ] Tested any Views or partials created or changed with [Wave Chrome plugin](https://chrome.google.com/webstore/detail/wave-evaluation-tool/jbbplnpkjmmeebjpijfedlgcdilocofh/related) and addressed any valid accessibility issues
19+
- [ ] Updated/added documentation in [Confluence](https://hee-tis.atlassian.net/wiki/spaces/TP/pages/3477930003/Learning+Hub) and/or [GitHub Readme](https://github.com/TechnologyEnhancedLearning/LearningHub.Nhs.UserApi/blob/master/README.md). List of documentation links added/changed:
20+
- [doc_1_here](link_1_here)
21+
- [ ] Updated my Jira ticket with information about other parts of the system that were touched as part of the MR and have to be sanity tested to ensure nothing is broken
22+
- [ ] Scanned over my pull request in GitHub and addressed any warnings from the GitHub Build and Test checks.

0 commit comments

Comments
 (0)