diff --git a/.github/ISSUE_TEMPLATE/bug-reports.yml b/.github/ISSUE_TEMPLATE/bug-reports.yml index 1a36f274..2bfe3bb8 100644 --- a/.github/ISSUE_TEMPLATE/bug-reports.yml +++ b/.github/ISSUE_TEMPLATE/bug-reports.yml @@ -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: