Skip to content

Commit

Permalink
Create pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-sarda authored May 20, 2021
1 parent 675f562 commit 71faf0d
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## Description
_A clear and concise description of what the PR is about_

## Changes
- _A summary of your changes_

## Related issue
_**Please make sure an issue exists before creating a new PR**_

_Link to the [Github issue](https://github.com/CovidTrackerFr/vitemadose-ios/issues)_

## What I tested
_Explain what & how you tested your changes_

## Regression risks
- _List any regression risk if applicable_

## Screenshots
_If applicable, add screenshots to help explain the fix. Otherwise please remove this section_
|Before|After|
|-|-|
| | |

## Checklist
- [ ] I have installed SwiftLint and made sure code formatting is correct
- [ ] I have performed a self-review of my own code
- [ ] I tested my changes on real device
- [ ] My changes generate no new warnings
- [ ] I have commented my code in hard-to-understand areas
- [ ] Any dependent changes have been merged into **develop**
- [ ] I have checked there aren't other open [Pull Requests](https://github.com/CovidTrackerFr/vitemadose-ios/pulls) for the same update/change

0 comments on commit 71faf0d

Please sign in to comment.