-
-
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
Showing
1 changed file
with
46 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,46 @@ | ||
## 🚀 Pull Request Overview | ||
|
||
### **Description** | ||
Please provide a clear and concise description of the changes made in this pull request. | ||
|
||
### Summary: | ||
|
||
- To check the `[ ]` box, write 'x' between the square brackets | ||
- Leave the box unchecked if it is not applicable to you | ||
|
||
- [ ] Bug Fix 🐛 | ||
- [ ] New Feature ✨ | ||
- [ ] Custom 🔧 | ||
|
||
--- | ||
|
||
### 🐛 Bug Fix: | ||
|
||
- **Issue Fixed**: [Link to the issue being fixed] | ||
- **Description of Fix**: Provide a detailed explanation of how the bug was resolved. | ||
- **Steps to Verify**: | ||
1. Steps to reproduce the bug (as described in the issue). | ||
2. Actions to confirm the fix works as expected. | ||
|
||
--- | ||
|
||
### ✨ New Feature: | ||
|
||
- **Feature Added**: [Brief description of the new feature] | ||
- **Reason for Feature**: Why was this feature added? What problem does it solve or improve? | ||
- **Implementation Details**: Describe how the feature was implemented. | ||
|
||
--- | ||
|
||
### **Additional Context** | ||
Add any screenshots, references, or notes that might help reviewers understand the changes. | ||
|
||
--- | ||
|
||
### ✅ Checklist: | ||
|
||
- [ ] My code adheres to the code style of this project. | ||
- [ ] I have run the appropriate tests for this change. | ||
- [ ] I have updated the documentation (if needed). | ||
- [ ] My PR references any relevant issues (if applicable). | ||
- [ ] Breaking changes? |