diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..e2f2fd7fd --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,37 @@ +#### Title of Pull Request + + + +#### 🤔 This is a ... + +- [ ] 🌟 New task +- [ ] 🌐 New module +- [ ] ⚙️ Update to an existing task +- [ ] 🔧 Update to an existing module +- [ ] 🔗 Update or addition of external resources or links +- [ ] 🐛 Fix in a task or related content +- [ ] 🛠 Fix in a module or related content +- [ ] ✏️ Fixed a typo or grammatical error +- [ ] 🔗 Fixed a broken link +- [ ] ❓ Other (specify: **\*\*\*\***\_\_\_\_**\*\*\*\***) + +#### Description + +- **Brief Overview:** + +- **Implementation Approach:** + + +#### Additional Information + +- **Screenshots/Links:** + +- [ ] Related Issues: + + +#### Checklist + +- [ ] ✅ I have performed a self-review of my own code. +- [ ] 📝 I have commented my code, particularly in hard-to-understand areas. +- [ ] 🔧 I have made corresponding changes to the documentation (if applicable). +- [ ] 🚫 My changes generate no new warnings or errors.