Skip to content

chore: reorder 2 BUG_REPORT.yml elements #3943

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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