Skip to content

Commit 3c8df01

Browse files
update pr template
1 parent 670b89a commit 3c8df01

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,13 @@ https://github.com/ChrisTitusTech/linutil/blob/main/.github/CONTRIBUTING.md
1515
## Description
1616
<!--[Provide a detailed explanation of the changes you have made. Include the reasons behind these changes and any relevant context. Link any related issues.]-->
1717

18-
## Testing
19-
<!--[Detail the testing you have performed to ensure that these changes function as intended. Include information about any added tests.]-->
20-
21-
## Impact
22-
<!--[Discuss the impact of your changes on the project. This might include effects on performance, new dependencies, or changes in behaviour.]-->
23-
2418
## Issues / other PRs related
2519
<!--[What issue/discussion is related to this PR (if any)]-->
2620
- Resolves #
2721

28-
## Additional Information
29-
<!--[Any additional information that reviewers should be aware of.]-->
22+
## Screenshots (if applicable)
23+
3024

3125
## Checklist
32-
- [ ] My code adheres to the coding and style guidelines of the project.
33-
- [ ] I have performed a self-review of my own code.
34-
- [ ] I have commented my code, particularly in hard-to-understand areas.
3526
- [ ] I have made corresponding changes to the documentation (`cargo xtask docgen`).
36-
- [ ] My changes generate no errors/warnings/merge conflicts.
27+
- [ ] My changes generate no errors/warnings/merge conflicts and passes unit tests.

0 commit comments

Comments
 (0)