Skip to content

Commit

Permalink
Merge pull request #53 from NoshonNetworks/solomon
Browse files Browse the repository at this point in the history
fix: pull request template trimmed
  • Loading branch information
fishonamos authored Oct 17, 2024
2 parents 274736f + 3152ea0 commit be6449d
Showing 1 changed file with 3 additions and 35 deletions.
38 changes: 3 additions & 35 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
## Summary

### Key Changes

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

---

Expand All @@ -16,40 +10,14 @@ Closes #<issue-number>

## Type of Change

- [ ] πŸ› Bug fix
- [ ] ✨ New feature
- [ ] βš™οΈ Enhancement/Improvement
- [ ] πŸ› Bug fix or βš™οΈ enhancement
- [ ] ✨ New feature or Chore (change with no new features or fixes)
- [ ] πŸ“š Documentation update
- [ ] πŸ”§ Refactoring (non-breaking change with no new features or fixes)
- [ ] 🚨 Breaking change (changes that break backwards compatibility)

---

## Checklist (select as many as applicable)

- [ ] I have thoroughly tested my changes.
- [ ] The code follows the style guidelines of this project.
- [x] 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

## How Has This Been Tested (select as many as applicable)?

- [ ] Unit tests
- [ ] Integration tests
- [ ] End-to-end tests
- [ ] Manual testing on [platform/browser]
- [ ] Verified using [CI pipeline]

---

## Screenshots (if applicable)

---

## Additional Information

0 comments on commit be6449d

Please sign in to comment.