Skip to content

Commit

Permalink
More whitespace fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Jul 7, 2024
1 parent 815b4db commit dd51169
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
60 changes: 30 additions & 30 deletions .github/ISSUE_TEMPLATE/defect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,43 +5,43 @@ projects: ['wordplaydev/7']
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this defect report!
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
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.
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
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
label: What operating system are you using?
multiple: true
options:
- Windows
- macOS
- Linux
34 changes: 17 additions & 17 deletions .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ labels: ['enhancement', 'triage']
projects: ['wordplaydev/7']
body:
- type: markdown
attributes:
value: |
Thanks for sharing your idea!
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
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
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

0 comments on commit dd51169

Please sign in to comment.