We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ecf23 commit 52b01a1Copy full SHA for 52b01a1
.github/PULL_REQUEST_TEMPLATE.md
@@ -1,11 +1,15 @@
1
<!-- It's a good idea to open an issue first for discussion. -->
2
3
-Fixes #<number_goes_here>
+Fixes #issue / suggests an improvement
4
5
<!-- Usage demo -->
6
-```js
+```ts
7
+import {$} from 'zx'
8
9
```
10
-- [ ] Tests pass
11
-- [ ] Appropriate changes to README are included in PR
+- [ ] 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