Skip to content

Commit be25ea3

Browse files
authored
chore: make PR template checklist easier to edit (#7753)
1 parent 62005a2 commit be25ea3

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/pull_request_template.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ What does this implement/fix? Explain your changes.
77
### Testing
88
How was this change tested?
99

10-
### Additional context
11-
Add any other context about the PR here.
12-
1310
### Checklist
14-
- [ ] If the PR is a feature, add integration tests (`*.integ.spec.ts`).
15-
- [ ] If you wrote E2E tests, are they resilient to concurrent I/O?
16-
- [ ] If adding new public functions, did you add the `@public` tag and enable doc generation on the package?
11+
- [ ] If the PR is a feature, add integration tests (`*.integ.spec.ts`) or E2E tests.
12+
- [ ] It's not a feature.
13+
- [ ] My E2E tests are resilient to concurrent i/o.
14+
- [ ] I didn't write any E2E tests.
15+
- [ ] I added access level annotations e.g. `@public`, `@internal` tags and enabled doc generation on the package. Remember that access level annotations go below the description, not above.
16+
- [ ] I didn't add any public functions.
17+
- [ ] Streams - how do they work?? My WebStream readers/locks are properly lifecycled. Node.js stream backpressure is handled. Error handling.
18+
- [ ] No streams here.
1719

1820
---
1921
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

0 commit comments

Comments
 (0)