Skip to content

Commit

Permalink
Merge pull request #46 from NoshonNetworks/solomon
Browse files Browse the repository at this point in the history
chore:pull request template
  • Loading branch information
fishonamos authored Oct 10, 2024
2 parents 1ae246b + 81edd5c commit d8360ba
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## Related Issues

Closes #[issue-number]
Closes #<issue-number>

---

Expand All @@ -25,11 +25,11 @@ Closes #[issue-number]

---

## Checklist
## Checklist (select as many as applicable)

- [ ] I have thoroughly tested my changes.
- [ ] The code follows the style guidelines of this project.
- [ ] I have added/updated relevant documentation (if applicable).
- [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.
Expand All @@ -38,19 +38,13 @@ Closes #[issue-number]

## Detailed Description

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

**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.
- [ ] Unit tests
- [ ] Integration tests
- [ ] End-to-end tests
- [ ] Manual testing on [platform/browser]
- [ ] Verified using [CI pipeline]

---

Expand Down

0 comments on commit d8360ba

Please sign in to comment.