-
Notifications
You must be signed in to change notification settings - Fork 4
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
481f386
commit 625ee10
Showing
1 changed file
with
16 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,16 @@ | ||
## Pull Request template | ||
|
||
Open the PR as a **draft**, and go through the self-review checklist before marking it as **ready for review**. | ||
|
||
**Checklist before requesting a review:** | ||
|
||
- [ ] My solution follows the software design principles: DRY, YAGNI, KISS, PoLA, and SOLID (unless a major refactoring would be required). | ||
- [ ] I have not mixed refactoring changes with functionality changes (these should made in another PR that can be conducted in parallel but merged first). | ||
- [ ] I have commented on my code in non-obvious areas. | ||
- [ ] When adding or renaming environment variables, I have updated all relevant places. | ||
- [ ] I have made corresponding changes to the documentation. | ||
- [ ] I have outlined all the changes in the PR comment. | ||
- [ ] The PR title describes the changes accurately. | ||
- [ ] (optional) The PR title starts with related user story / issue number. | ||
|
||
⚠️ Before requesting a review, delete the above checklist, leaving only the list of changes made. |