mirror of
https://github.com/Snigdha-OS/snigdhaos-web-dev.git
synced 2025-09-07 13:25:12 +02:00
🐛 fix(_err): standard validation
This commit is contained in:
6
.github/ISSUE_TEMPLATE/bug.yaml
vendored
6
.github/ISSUE_TEMPLATE/bug.yaml
vendored
@@ -20,42 +20,36 @@ body:
|
|||||||
label: Page URL
|
label: Page URL
|
||||||
description: The exact URL or page where the issue occurred.
|
description: The exact URL or page where the issue occurred.
|
||||||
placeholder: e.g https://snigdhaos.org/
|
placeholder: e.g https://snigdhaos.org/
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Description of the Issue
|
label: Description of the Issue
|
||||||
description: Please describe the issue in detail. Include any error messages, broken features, or unexpected behavior.
|
description: Please describe the issue in detail. Include any error messages, broken features, or unexpected behavior.
|
||||||
placeholder: Describe the issue in detail...
|
placeholder: Describe the issue in detail...
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Steps to Reproduce
|
label: Steps to Reproduce
|
||||||
description: Please outline the steps to reproduce the issue. The more specific, the better!
|
description: Please outline the steps to reproduce the issue. The more specific, the better!
|
||||||
placeholder: Step 1: Do this, Step 2: Do that, etc.
|
placeholder: Step 1: Do this, Step 2: Do that, etc.
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Expected Behavior
|
label: Expected Behavior
|
||||||
description: What did you expect to happen instead of the issue?
|
description: What did you expect to happen instead of the issue?
|
||||||
placeholder: e.g. The page should load without errors.
|
placeholder: e.g. The page should load without errors.
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Actual Behavior
|
label: Actual Behavior
|
||||||
description: What actually happened? Please include any console logs, screenshots, or other relevant information.
|
description: What actually happened? Please include any console logs, screenshots, or other relevant information.
|
||||||
placeholder: Describe what happened...
|
placeholder: Describe what happened...
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Browser Information
|
label: Browser Information
|
||||||
description: Please provide the browser and version where the issue was noticed.
|
description: Please provide the browser and version where the issue was noticed.
|
||||||
placeholder: e.g Chrome 95.0
|
placeholder: e.g Chrome 95.0
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
|
Reference in New Issue
Block a user