Skip to content

Commit 2efcc21

Browse files
authored
Simplify pull request template by removing optional sections
Removed optional sections for screenshots and focus areas for reviewer from the pull request template.
1 parent 1d29521 commit 2efcc21

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212

1313
<!-- How did you test the code? If you added unit tests, you can say that. If you didn’t introduce unit tests, explain why. All code should be tested in some way – so please list what your validation strategy was. -->
1414

15-
### Screenshots (optional)
16-
17-
<!-- Usually a great supplement to a test plan, especially if this requires local testing. -->
18-
1915
## Checklist
2016

2117
<!-- Do not delete the items provided on this checklist -->
@@ -32,7 +28,3 @@
3228
- [ ] Do you fully understand the implementation? (Would you be comfortable explaining how this code works to someone else?)
3329
- [ ] Have you checked for spelling & grammar errors?
3430
- [ ] Is all relevant documentation (README or docstring) updated?
35-
36-
## Focus Areas for Reviewer (Optional)
37-
38-
<!-- List any complex portion of code you believe needs additional scrutiny and explain why. -->

0 commit comments

Comments
 (0)