Skip to content

Commit

Permalink
[.github] Update templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Sep 11, 2022
1 parent c5bf69f commit f3fe86c
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 27 deletions.
26 changes: 0 additions & 26 deletions .github/ISSUE_TEMPLATE/cubing_js_issue.md

This file was deleted.

50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/cubing_js_issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: cubing.js issue
description: Let us know an issue with <twisty-player> or cubing.js
title: "[Bug] "
labels: ["bug"]
body:
- type: thanks
attributes: thanks
value: "Thanks for filing an issue!"
- type: textarea
id: repro
attributes:
label: Steps to reproduce the issue
description: What were you trying to do?
placeholder: "1. Try to use `cubing.js` in a project\n2. ..."
validations:
required: true
- type: textarea
id: observed
attributes:
label: Observed behaviour
description: What issue did you observe?
placeholder: "Example: An error message: ..."
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected behaviour
description: What did you expect?
placeholder: "Example: No error."
validations:
required: true
- type: textarea
id: environment
attributes:
label: Environment
description: How are you running the code?
placeholder: "Examples: a specific version of `node`, a specific browser, etc."
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional info
description: Anything else that might be useful for us to know?
validations:
required: false
- type: screenshot
attributes: screenshot
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.)"
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/twizzle_issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ Steps to reproduce the behavior:

1. Go to https://alpha.twizzle.net/
2. Click on '....'
3. See error

**Observed behaviour**

...

**Expected behavior**
A clear and concise description of what you expected to happen.
Expand Down

0 comments on commit f3fe86c

Please sign in to comment.