-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
37 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,37 @@ | ||
### Description: | ||
Provide a brief description of the changes introduced by this pull request. | ||
|
||
### 🛠 Related Issues: | ||
Reference any related issues using the syntax: "Fixes #123", "Addresses #456" | ||
|
||
### 🧠 Rationale behind the change | ||
|
||
Why did you choose to make these changes? Were there any trade-offs you had to consider? | ||
|
||
### Commits & Changes: | ||
Provide a brief but full breakdown of the changes for each file changed. | ||
Example: | ||
``` | ||
- <path/filename> | ||
- Fixed <some bug> | ||
- Added <some new feature> | ||
- Changed <some method> -> <new method> | ||
``` | ||
### 🧪 Testing Instructions: | ||
|
||
If applicable, provide instructions on how to test the changes. | ||
|
||
### 📸 Screenshots (optional) | ||
|
||
If you made UI changes, what are the before an afters? | ||
<!-- | ||
| Before | After | | ||
|--------|-------| | ||
| ![Before Image Alt Text](url-to-before-image) | ![After Image Alt Text](url-to-after-image) | | ||
--> | ||
|
||
### 🏎 Quality check | ||
|
||
- [ ] Are there any erroneous console logs, debuggers or leftover code in your changes? | ||
|
||
- [ ] Walk away, take a break, re-read what you filled out above does it make sense if you were coming in cold? What extra context could you provide? |