File tree 3 files changed +54
-27
lines changed
3 files changed +54
-27
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : cubing.js issue
2
+ description : Let us know an issue with <twisty-player> or cubing.js
3
+ title : " [Bug] "
4
+ labels : ["bug"]
5
+ body :
6
+ - type : thanks
7
+ attributes : thanks
8
+ value : " Thanks for filing an issue!"
9
+ - type : textarea
10
+ id : repro
11
+ attributes :
12
+ label : Steps to reproduce the issue
13
+ description : What were you trying to do?
14
+ placeholder : " 1. Try to use `cubing.js` in a project\n 2. ..."
15
+ validations :
16
+ required : true
17
+ - type : textarea
18
+ id : observed
19
+ attributes :
20
+ label : Observed behaviour
21
+ description : What issue did you observe?
22
+ placeholder : " Example: An error message: ..."
23
+ validations :
24
+ required : true
25
+ - type : textarea
26
+ id : expected
27
+ attributes :
28
+ label : Expected behaviour
29
+ description : What did you expect?
30
+ placeholder : " Example: No error."
31
+ validations :
32
+ required : true
33
+ - type : textarea
34
+ id : environment
35
+ attributes :
36
+ label : Environment
37
+ description : How are you running the code?
38
+ placeholder : " Examples: a specific version of `node`, a specific browser, etc."
39
+ validations :
40
+ required : true
41
+ - type : textarea
42
+ id : additional
43
+ attributes :
44
+ label : Additional info
45
+ description : Anything else that might be useful for us to know?
46
+ validations :
47
+ required : false
48
+ - type : screenshot
49
+ attributes : screenshot
50
+ value : " If you have a screenshot that demonstrates the problem, consider uploading it to the issue. (You'll have to do this after you submit it.)"
Original file line number Diff line number Diff line change @@ -11,7 +11,10 @@ Steps to reproduce the behavior:
11
11
12
12
1 . Go to https://alpha.twizzle.net/
13
13
2 . Click on '....'
14
- 3 . See error
14
+
15
+ ** Observed behaviour**
16
+
17
+ ...
15
18
16
19
** Expected behavior**
17
20
A clear and concise description of what you expected to happen.
You can’t perform that action at this time.
0 commit comments