From b51e6a5c5b9d4b13d5d57b08519fc6f4871a9e98 Mon Sep 17 00:00:00 2001 From: nov0ax Date: Thu, 21 Nov 2024 15:16:10 -0600 Subject: [PATCH] Add a new Pull Request Template issue#1 Tasks: Create a .github directory. Create a PULL-REQUEST_TEMPLATE.md file --- .github/PULL-REQUEST-TEMPLATE.md | 41 ++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .github/PULL-REQUEST-TEMPLATE.md diff --git a/.github/PULL-REQUEST-TEMPLATE.md b/.github/PULL-REQUEST-TEMPLATE.md new file mode 100644 index 00000000..a24557bf --- /dev/null +++ b/.github/PULL-REQUEST-TEMPLATE.md @@ -0,0 +1,41 @@ +# Pull Request Overview + +## 📝 Summary +Provide a brief summary of what this PR accomplishes. + +### 🪧 Related Issues +- Closes #(issue number) Replace with actual issue number. + +### 🏁 Type of Change +Mark with an `x` all the checkboxes that apply (like `[x]`). + +- [ ] 📝 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 +Provide a clear and concise description of what you changed and why. + +### 🚀 Implementation Details +Describe how you implemented the changes. + +### 🛠 Technical Notes +Include any technical details that reviewers should be aware of. + +### ✅ Tests Results +Describe the tests you performed to verify your changes: + +### Test Coverage +- [ ] ✅ Unit Tests +- [ ] ✅ Integration Tests +- [ ] ✅ Manual Testing + +### 📸 Evidence +Provide relevant evidence of testing (screenshots, test outputs, etc.). + +### 🔍 Testing Notes +Include any special testing considerations or edge cases checked. + +### 🔜 Next Steps +Indicate actions or improvements to be taken after this PR, if applicable. \ No newline at end of file