Skip to content

Commit

Permalink
Merge pull request #45 from NoshonNetworks/solomon
Browse files Browse the repository at this point in the history
PR template
  • Loading branch information
Solomonsolomonsolomon authored Oct 8, 2024
2 parents 52dba1e + 6324896 commit 1ae246b
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
## Summary

### Key Changes

- Implemented [feature/new-module]
- Fixed issue with [bug/issue-name]
- Updated documentation for [feature/update-docs]

---

## Related Issues

Closes #[issue-number]

---

## Type of Change

- [ ] 🐛 Bug fix
- [ ] ✨ New feature
- [ ] ⚙️ Enhancement/Improvement
- [ ] 📚 Documentation update
- [ ] 🔧 Refactoring (non-breaking change with no new features or fixes)
- [ ] 🚨 Breaking change (changes that break backwards compatibility)

---

## Checklist

- [ ] I have thoroughly tested my changes.
- [ ] The code follows the style guidelines of this project.
- [ ] I have added/updated relevant documentation (if applicable).
- [ ] I have added tests that prove my fix is effective or my feature works (if applicable).
- [ ] All new and existing tests pass.
- [ ] This pull request is ready to be merged and reviewed.

---

## Detailed Description

### Before & After

**Before:**

**After:**

---

## How Has This Been Tested?

- Unit tests added for [specific module].
- Manual testing performed on [platform/browser].
- Verified using [CI pipeline] to ensure no regressions were introduced.

---

## Screenshots (if applicable)

---

## Additional Information

0 comments on commit 1ae246b

Please sign in to comment.