Skip to content

Commit f3fe86c

Browse files
committed
[.github] Update templates.
1 parent c5bf69f commit f3fe86c

File tree

3 files changed

+54
-27
lines changed

3 files changed

+54
-27
lines changed

.github/ISSUE_TEMPLATE/cubing_js_issue.md

-26
This file was deleted.
+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
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\n2. ..."
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.)"

.github/ISSUE_TEMPLATE/twizzle_issue.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ Steps to reproduce the behavior:
1111

1212
1. Go to https://alpha.twizzle.net/
1313
2. Click on '....'
14-
3. See error
14+
15+
**Observed behaviour**
16+
17+
...
1518

1619
**Expected behavior**
1720
A clear and concise description of what you expected to happen.

0 commit comments

Comments
 (0)