-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
72 additions
and
87 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
name: Defect | ||
description: Report something not working as intended. | ||
labels: ['defect', 'triage'] | ||
projects: ['wordplaydev/7'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this defect report! | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
placeholder: What happened? | ||
description: | | ||
Provide list of steps that consistently reproduce the behavior, including any example code. | ||
1. In this environment... | ||
1. With this config... | ||
1. Run '...' | ||
1. See error... | ||
Make the steps as minimal as possible, finding the smallest possible set of steps that still produce the unexpected behavior. What is the defect and what did you expect to happen instead? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Anything else? | ||
description: | | ||
Any links, references, or other context that would help, or guesses about what might be causing it? You can attach images or log files by clicking this area to highlight it and then dragging files in. | ||
- type: dropdown | ||
id: browsers | ||
attributes: | ||
label: What browsers are you seeing the problem on? | ||
multiple: true | ||
options: | ||
- Firefox | ||
- Chrome | ||
- Safari | ||
- Microsoft Edge | ||
- type: dropdown | ||
id: os | ||
attributes: | ||
label: What operating system are you using? | ||
multiple: true | ||
options: | ||
- Windows | ||
- macOS | ||
- Linux |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: Enhancement | ||
description: Share an idea for improving Wordplay. | ||
labels: ['enhancement', 'triage'] | ||
projects: ['wordplaydev/7'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for sharing your idea! | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: What are you trying to do that you can't? | ||
description: In as much detail as possible, describe the task or problem you want to solve that Adminima doesn't currently support. | ||
placeholder: Problem | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: idea | ||
attributes: | ||
label: What is your idea? | ||
description: If you have an idea for how to change Wordplay to support your task, share it here. It's okay if you don't. | ||
placeholder: Ideas | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.