Skip to content

Commit

Permalink
Simplified issue forms.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Jul 7, 2024
1 parent e371bc0 commit 7383f7d
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 87 deletions.
46 changes: 0 additions & 46 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/defect.yml
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
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.yml
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
25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/maintenance.md

This file was deleted.

0 comments on commit 7383f7d

Please sign in to comment.