diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000000..7ba12d6903c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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] + +### ✅ 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