Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update bug-reports.yml
Browse files Browse the repository at this point in the history
harilvfs committed Jan 16, 2025
1 parent 52d9af9 commit 2bce5ba
Showing 1 changed file with 24 additions and 9 deletions.
33 changes: 24 additions & 9 deletions .github/ISSUE_TEMPLATE/bug-reports.yml
Original file line number Diff line number Diff line change
@@ -17,19 +17,33 @@ body:
placeholder: Describe the issue in detail.
validations:
required: true
- type: markdown
attributes:
value: |
### Steps to Reproduce
Please provide a clear sequence of actions to reproduce the issue.
- type: textarea
id: reproduce-steps
id: step1
attributes:
label: Steps to reproduce
description: |
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
placeholder: List the steps or actions needed to reproduce the issue.
label: Step 1
placeholder: E.g., Go to '...'
description: Describe the first action you took.
validations:
required: true
- type: textarea
id: step2
attributes:
label: Step 2
placeholder: E.g., Click on '...'
description: Describe the next action you took.
validations:
required: true
- type: textarea
id: step3
attributes:
label: Step 3 (Optional)
placeholder: E.g., Scroll down to '...'
description: Describe any additional steps.
- type: textarea
id: expected-behavior
attributes:
@@ -62,3 +76,4 @@ body:
- label: This issue is not included in the roadmap.
- label: This issue is present on both stable and development branches.
required: true

0 comments on commit 2bce5ba

Please sign in to comment.