Skip to content

Commit

Permalink
Added pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
prrockzed committed Nov 17, 2024
1 parent a655f13 commit 6627b93
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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?

0 comments on commit 6627b93

Please sign in to comment.