-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from NoshonNetworks/solomon
PR template
- Loading branch information
Showing
1 changed file
with
61 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |