Skip to content

Commit

Permalink
Issue templates (#194)
Browse files Browse the repository at this point in the history
* Added issue templates for bug report and feature request.

* Flipped 'What happened' template items
  • Loading branch information
DavidSouther authored Oct 27, 2023
1 parent a35fc3a commit 4a9d496
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ body:
- type: textarea
id: what-happened
attributes:
label: What would you like?
description: In as much detail as possible, what would you like to have or see in the program?
placeholder: Tell us what you want!
value: "I want this!"
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: textarea
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ body:
- type: checkboxes
id: self-fix
attributes:
label: Do you want to try to fix this bug?
description: The IDE is written in Javascript, and includes React components. Do you want to try to fix the bug yourself (optional question)? If so, you can fork the repo, try to make the fix, and submit a PR.
label: Do you want to try to add this feature?
description: The IDE is written in TypeScript, and includes React components. Do you want to try to implement this feature yourself? If so, you can fork the repo, try to make the fix, and submit a PR.
options:
- label: I want to try to fix this bug
- label: I want to try to add this feature!
required: false
- type: checkboxes
id: terms
Expand Down

0 comments on commit 4a9d496

Please sign in to comment.