diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..189b2fc --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,41 @@ +# Pull Request Overview + +## 📝 Summary + + +### Related Issues +- Closes #(issue number) + +### Type of Change + +- [ ] 📝 Documentation (updates to README, docs, or comments) +- [ ] 🐛 Bug fix (non-breaking change which fixes an issue) +- [ ] 👌 Enhancement (non-breaking change which adds functionality) +- [ ] 💥 Breaking change (fix or feature that would cause existing functionality to change) + +## 🔄 Changes Made +### What's Changed + + +### Implementation Details + + +### Technical Notes + + +## 🔧 Tests Results + + +### Test Coverage +- [ ] Unit Tests +- [ ] Integration Tests +- [ ] Manual Testing + +### Evidence + + +### Testing Notes + + +## 🔜 Next Steps + \ No newline at end of file