Skip to content

Commit

Permalink
Fixed space in yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Jul 7, 2024
1 parent 7383f7d commit 815b4db
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
34 changes: 17 additions & 17 deletions .github/ISSUE_TEMPLATE/defect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ 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:
Expand All @@ -24,24 +24,24 @@ body:
- 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.
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
38 changes: 19 additions & 19 deletions .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ 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
- 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
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

0 comments on commit 815b4db

Please sign in to comment.