Skip to content

Commit 6b1869d

Browse files
chore: update github issue template (#807)
Co-authored-by: Anton Medvedev <anton@medv.io>
1 parent c70bff1 commit 6b1869d

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

.github/ISSUE_TEMPLATE.md

+13-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
1-
## Expected Behavior
1+
### Expected Behavior
2+
```js
23

4+
```
35

4-
## Actual Behavior
6+
### Actual Behavior
7+
```js
58

9+
```
610

7-
## Steps to Reproduce the Problem
11+
### Steps to Reproduce
812

913
1.
10-
1.
11-
1.
14+
2.
15+
3.
1216

13-
## Specifications
17+
### Specifications
1418

15-
- Version:
16-
- Platform:
19+
- zx version: x.x.x
20+
- Platform: windows / macos / linux
21+
- Runtime: node / deno / bun

.github/PULL_REQUEST_TEMPLATE.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
Fixes #<issue_number_goes_here>
1+
<!-- It's a good idea to open an issue first for discussion. -->
22

3-
> It's a good idea to open an issue first for discussion.
3+
Fixes #<number_goes_here>
4+
5+
<!-- Usage demo -->
6+
```js
7+
8+
```
49

510
- [ ] Tests pass
611
- [ ] Appropriate changes to README are included in PR
7-
- [ ] Types updated

0 commit comments

Comments
 (0)