-
Notifications
You must be signed in to change notification settings - Fork 25
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 #204 from niscy-eudiw/main
Pull request template
- Loading branch information
Showing
1 changed file
with
30 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,30 @@ | ||
# Description of changes | ||
|
||
|
||
|
||
## Type of change | ||
|
||
Please delete options that are not relevant. | ||
|
||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] Other fix (maintenance or house-keeping) | ||
|
||
# How Has This Been Tested? | ||
|
||
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration | ||
|
||
- [ ] Test suite run successfully | ||
- [ ] Added Tests () | ||
|
||
# Checklist: | ||
|
||
- [x] I have performed a self-review of my own code | ||
- [x] I have commented my code, particularly in hard-to-understand areas | ||
- [x] I have made corresponding changes to the readme | ||
- [x] My changes generate no new warnings | ||
- [x] I have added unit tests that prove my fix is effective or that my feature works | ||
- [x] New and existing unit tests pass locally with my changes | ||
- [x] I have checked that my views are *accessible* | ||
- [x] I have checked that my strings are *localized* where applicable |