Skip to content

Commit

Permalink
chore: reorder 2 BUG_REPORT.yml elements (#3943)
Browse files Browse the repository at this point in the history
* Moved 'Steps to reproduce' section before Current/Expected behaviour.
* Moved 'Current behaviour' before 'Expected behaviour'.

This way it feels more natural.
  • Loading branch information
knocte committed Feb 28, 2024
1 parent e538924 commit 87b1d36
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ body:
value: |
Provide a general summary of the issue in the Title above
- type: textarea
id: expected-behavior
id: steps-to-reproduce
attributes:
label: 'Expected Behavior'
description: Tell us what should happen
placeholder: Short and explicit description of your incident...
label: 'Steps to Reproduce'
description: Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant
value: |
1. First step
2. Second step
render: bash
validations:
required: true
- type: textarea
Expand All @@ -22,6 +25,14 @@ body:
description: Tell us what happens instead of the expected behavior
validations:
required: false
- type: textarea
id: expected-behavior
attributes:
label: 'Expected Behavior'
description: Tell us what should happen
placeholder: Short and explicit description of your incident...
validations:
required: true
- type: checkboxes
id: affected-packages
attributes:
Expand All @@ -38,17 +49,6 @@ body:
description: Not obligatory, but suggest a fix/reason for the bug, or ideas how to implement the addition or change
validations:
required: false
- type: textarea
id: steps-to-reproduce
attributes:
label: 'Steps to Reproduce'
description: Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant
value: |
1. First step
2. Second step
render: bash
validations:
required: true
- type: textarea
id: context
attributes:
Expand Down

0 comments on commit 87b1d36

Please sign in to comment.