-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
675f562
commit 71faf0d
Showing
1 changed file
with
31 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,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 |