Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a new Pull Request Template [ issue#1 ] #18

Merged
merged 1 commit into from
Nov 22, 2024
Merged
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
41 changes: 41 additions & 0 deletions .github/PULL-REQUEST-TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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.