Skip to content

Commit 52b01a1

Browse files
authored
chore: update pr template (#1358)
1 parent 70ecf23 commit 52b01a1

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
<!-- It's a good idea to open an issue first for discussion. -->
22

3-
Fixes #<number_goes_here>
3+
Fixes #issue / suggests an improvement
44

55
<!-- Usage demo -->
6-
```js
6+
```ts
7+
import {$} from 'zx'
78

89
```
910

10-
- [ ] Tests pass
11-
- [ ] Appropriate changes to README are included in PR
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

0 commit comments

Comments
 (0)