merge reproduce steps

This commit is contained in:
Hari Chalise 2025-01-16 23:21:40 +05:45
parent 2bce5ba302
commit 75a1bc4c4e

View File

@ -17,33 +17,19 @@ 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: step1
id: reproduce-steps
attributes:
label: Step 1
placeholder: E.g., Go to '...'
description: Describe the first action you took.
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.
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: