Skip to content

Commit 791d759

Browse files
authored
Update 0-bug.yml
1 parent 901247b commit 791d759

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

.github/ISSUE_TEMPLATE/0-bug.yml

+26-26
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,39 @@ body:
88
99
Before filing, please [search](https://github.com/barvian/number-flow/issues?q=is%3Aissue) open & closed issues to see if a similar one exists.
1010
11+
# - type: input
12+
# id: numberflow-version
13+
# attributes:
14+
# label: NumberFlow version
15+
# description: |
16+
# - Please update to the [latest version](https://github.com/barvian/number-flow/releases) before filing to see if your bug has already been fixed.
17+
# placeholder: |
18+
# @number-flow/[email protected]
19+
# validations:
20+
# required: true
21+
22+
# - type: input
23+
# id: framework-library-version
24+
# attributes:
25+
# label: Framework version
26+
# # description: Which framework (and version) are you using?
27+
# placeholder: |
28+
29+
# validations:
30+
# required: false
31+
1132
- type: input
12-
id: numberflow-version
33+
id: link
1334
attributes:
14-
label: NumberFlow version
35+
label: Minimal reproduction
1536
description: |
16-
- Please update to the [latest version](https://github.com/barvian/number-flow/releases) before filing to see if your bug has already been fixed.
37+
- Links to starter sandboxes can be found in the [site](https://number-flow.barvian.me/) header
38+
- Tips for creating minimal examples: https://stackoverflow.com/help/mcve
1739
placeholder: |
18-
@number-flow/[email protected]
40+
https://codesandbox.io/p/...
1941
validations:
2042
required: true
2143

22-
- type: input
23-
id: framework-library-version
24-
attributes:
25-
label: Framework version
26-
# description: Which framework (and version) are you using?
27-
placeholder: |
28-
29-
validations:
30-
required: false
31-
3244
- type: textarea
3345
id: description
3446
attributes:
@@ -38,18 +50,6 @@ body:
3850
validations:
3951
required: true
4052

41-
- type: input
42-
id: link
43-
attributes:
44-
label: Minimal reproduction
45-
description: |
46-
- Links to starter sandboxes can be found in the [site](https://number-flow.barvian.me/) header
47-
- Tips for creating minimal examples: https://stackoverflow.com/help/mcve
48-
placeholder: |
49-
https://codesandbox.io/p/...
50-
validations:
51-
required: true
52-
5353
# - type: textarea
5454
# id: screenshots_or_videos
5555
# attributes:

0 commit comments

Comments
 (0)