Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add options to the checklist, remove unnecessary options #144

Merged
merged 3 commits into from
Dec 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 7 additions & 10 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ Choose the right checklist for the change(s) that you're making:

### Description

Please include a summary of the changes and the related issue (if applicable).
Please include a summary of the changes and the related issue (if applicable).
Explain the reason for the changes and any context that might be helpful for the reviewer.

- **What is the purpose of this PR?**
- **What problem does it solve?**
- **What is the purpose of this PR?**
- **What problem does it solve?**
- **Are there any breaking changes or backwards compatibility issues?**

### Related Issue

If this PR addresses an existing issue, please provide a reference to it (e.g., "Fixes #123" or "Closes #456").

Example:
Example:
- Closes #123
- Fixes #456

Expand All @@ -34,7 +34,7 @@ Please delete options that are not relevant:

### How Has This Been Tested?

Please describe the tests that you ran to verify your changes.
Please describe the tests that you ran to verify your changes.
Include any details about the environment or specific configurations used during testing.

- [ ] I have run unit tests
Expand All @@ -45,14 +45,11 @@ Include any details about the environment or specific configurations used during

Please check the following before submitting the PR:

- [ ] My code follows the coding style guidelines of this project
- [ ] I have read and followed the guidelines in `CONTRIBUTING.md`
- [ ] I have already updated the related templates accordingly (if applicable)
- [ ] I have written or updated relevant documentation (if applicable)
- [ ] I have added or updated tests to cover my changes (if applicable)
- [ ] All new and existing tests pass
- [ ] I have reviewed my code for any potential issues
- [ ] Link the relevant issue to this PR (if applicable)
- [ ] Add labels to this PR
- [ ] I have read and followed the guidelines in `CONTRIBUTING.md`

### Additional Notes

Expand Down
Loading