Skip to content

Commit

Permalink
fix: pull request template trimmed
Browse files Browse the repository at this point in the history
  • Loading branch information
Solomonsolomonsolomon committed Oct 13, 2024
1 parent 413676a commit 00ec350
Showing 1 changed file with 5 additions and 31 deletions.
36 changes: 5 additions & 31 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
## Summary

### Key Changes

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

---

## Related Issues

Closes #<issue-number>
Expand All @@ -16,40 +6,24 @@ 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
- [ ] Unit tests and or Integration tests
- [ ] End-to-end tests
- [ ] Manual testing on [platform/browser]
- [ ] Verified using [CI pipeline]

---

## Screenshots (if applicable)
- [ ] It hasn't been tested

---

## Additional Information
## Detailed Information

0 comments on commit 00ec350

Please sign in to comment.