-
Notifications
You must be signed in to change notification settings - Fork 6
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
9aa3903
commit 77ee7eb
Showing
1 changed file
with
15 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,15 @@ | ||
## Issue | ||
_Link to the issue resolved by this PR._ | ||
|
||
## Short description | ||
_Short description of the approach taken to solve the issue_ | ||
|
||
## Pre-review checklist | ||
- [ ] Read through all changes. No redundant `print()` statements, commented-out code, or other remnants from the development. 👀 | ||
- [ ] Make sure tests pass after every commit. ✅ | ||
- [ ] New/refactored code is following same conventions as the rest of the code base. 🧬 | ||
- [ ] New/refactored code is tested. ⚙ | ||
- [ ] Documentation has been updated 🧾 | ||
|
||
## Pre-merge checklist | ||
- [ ] Commit history is consistent and clean. 👌 |