-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As discussed in retro, create a tempate for writing better pull requests so they are easier to review and can be used as documentation in the future.
- Loading branch information
Showing
1 changed file
with
24 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,24 @@ | ||
<!-- Delete sections if not required --> | ||
|
||
## Context | ||
<!-- Why are we making this change? New feature? Bug fix? --> | ||
|
||
## Changes proposed in this pull request | ||
<!-- Describe briefly the technical implementation --> | ||
<!-- Show any dependencies between pull requests, i.e. this must be merged before or after another --> | ||
|
||
## Guidance to review | ||
<!-- Show how this can be tested or evidence that it is working --> | ||
|
||
## Before merging | ||
<!-- Any extra steps like: delete temp commit, send warning, wait after office hours... --> | ||
|
||
## After merging | ||
<!-- Any extra steps like: update other PR, apply manually, inform someone... --> | ||
|
||
## Checklist | ||
|
||
- [ ] I have performed a self-review of my code, including formatting and typos | ||
- [ ] I have [cleaned the commit history](https://www.annashipman.co.uk/jfdi/good-pull-requests.html) | ||
- [ ] I have added the `Devops` label | ||
- [ ] I have attached the pull request to the trello card |