File tree 1 file changed +26
-26
lines changed
1 file changed +26
-26
lines changed Original file line number Diff line number Diff line change 8
8
9
9
Before filing, please [search](https://github.com/barvian/number-flow/issues?q=is%3Aissue) open & closed issues to see if a similar one exists.
10
10
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
+
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
+
11
32
- type : input
12
- id : numberflow-version
33
+ id : link
13
34
attributes :
14
- label : NumberFlow version
35
+ label : Minimal reproduction
15
36
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
17
39
placeholder : |
18
-
40
+ https://codesandbox.io/p/...
19
41
validations :
20
42
required : true
21
43
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
-
32
44
- type : textarea
33
45
id : description
34
46
attributes :
38
50
validations :
39
51
required : true
40
52
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
-
53
53
# - type: textarea
54
54
# id: screenshots_or_videos
55
55
# attributes:
You can’t perform that action at this time.
0 commit comments