Skip to content

Commit

Permalink
Rearrange questions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonlabelle committed May 5, 2024
1 parent ca5fcfd commit f9076a6
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,18 @@ body:
validations:
required: false

- type: textarea
id: reproduce_steps
attributes:
label: Steps to reproduce
description: Steps to reproduce the behavior and observe the problem
placeholder: |
1. This is the first step
2. This is the second step
3. This is the third step
validations:
required: true

- type: dropdown
id: prettier_directly
attributes:
Expand All @@ -109,18 +121,6 @@ body:
validations:
required: false

- type: textarea
id: reproduce_steps
attributes:
label: Steps to reproduce
description: Steps to reproduce the behavior and observe the problem
placeholder: |
1. This is the first step
2. This is the second step
3. This is the third step
validations:
required: true

- type: textarea
id: attach_project
attributes:
Expand Down

0 comments on commit f9076a6

Please sign in to comment.