Skip to content

Commit 1ca9270

Browse files
authored
chore: pr template formatting (#1359)
1 parent 52b01a1 commit 1ca9270

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import {$} from 'zx'
88

99
```
1010

11-
- [ ] Tests pass. I've run `npm test` before submitting
12-
- [ ] Bundles updated. I've run `npm build` before committing
13-
- [ ] Appropriate changes to `docs` attached
14-
- [ ] Follows [Code of Conduct](https://github.com/google/zx?tab=coc-ov-file)
15-
- [ ] This PR is not a completely synthetic proposal generated by AI
11+
- [ ] **Build**: I’ve run `npm build` before committing and verified the bundle updates correctly.
12+
- [ ] **Tests**: I’ve `run test` and confirmed all tests succeed.
13+
- [ ] **Docs**: I’ve added or updated relevant documentation as needed.
14+
- [ ] **CoC**: My changes follow [the project’s coding guidelines and Code of Conduct](https://github.com/google/zx?tab=coc-ov-file).
15+
- [ ] **Review**: This PR represents original work and is not solely generated by AI tools.

0 commit comments

Comments
 (0)