Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
| **Field** | **Description** |
|------------|----------------------------------------------------------------|
| **Name** | 🚀 Pull Request |
| **About** | Submit a pull request to propose changes to the project |
| **Title** | `[🚀 PR] ` |
| **Labels** | (leave empty for now) |
| **Assignees** | (leave empty for now) |


## 🚀 Pull Request

### 📝 Description

**Describe the changes in this pull request:**

[Replace with a clear and concise description of the changes you've made.]

### 🔗 Related Issue

Closes #[issue_number] <!-- Replace with the issue number this PR addresses -->

### ✅ Checklist

- [ ] I have read the [CONTRIBUTING.md](CONTRIBUTING.md) document.
- [ ] My code follows the code style of this project.
- [ ] I have tested the changes locally.
- [ ] All new and existing tests passed.
- [ ] I have updated the documentation accordingly.

### 📸 Screenshots (if applicable)

[Add screenshots to demonstrate the changes, if relevant.]

### 📚 Additional Notes

**Any additional information or context about the pull request:**

[Add any additional information or context about the pull request here.]

/cc @mention-anyone