-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #79 from MITLibraries/tco-49-pr-template
Adds PR template
- Loading branch information
Showing
1 changed file
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
Summary of changes (please refer to commit messages for full details) | ||
|
||
## Developer | ||
|
||
### Ticket(s) | ||
|
||
https://mitlibraries.atlassian.net/browse/TCO-### | ||
|
||
### Accessibility | ||
|
||
- [ ] ANDI or Wave has been run in accordance to [our guide](https://mitlibraries.github.io/guides/basics/a11y.html) and | ||
all issues introduced by these changes have been resolved or opened | ||
as new issues (link to those issues in the Pull Request details above) | ||
- [ ] There are no accessibility implications to this change | ||
|
||
### Documentation | ||
|
||
- [ ] Project documentation has been updated, and yard output previewed | ||
- [ ] No documentation changes are needed | ||
|
||
### ENV | ||
|
||
- [ ] All new ENV is documented in README. | ||
- [ ] All new ENV has been added to Heroku Pipeline, Staging and Prod. | ||
- [ ] ENV has not changed. | ||
|
||
### Stakeholders | ||
|
||
- [ ] Stakeholder approval has been confirmed | ||
- [ ] Stakeholder approval is not needed | ||
|
||
### Dependencies and migrations | ||
|
||
YES | NO dependencies are updated | ||
|
||
YES | NO migrations are included | ||
|
||
|
||
## Reviewer | ||
|
||
### Code | ||
|
||
- [ ] I have confirmed that the code works as intended. | ||
- [ ] Any CodeClimate issues have been fixed or confirmed as | ||
added technical debt. | ||
|
||
### Documentation | ||
|
||
- [ ] The commit message is clear and follows our guidelines | ||
(not just this pull request message). | ||
- [ ] The documentation has been updated or is unnecessary. | ||
- [ ] New dependencies are appropriate or there were no changes. | ||
|
||
### Testing | ||
|
||
- [ ] There are appropriate tests covering any new functionality. | ||
- [ ] No additional test coverage is required. |