Skip to content

Commit

Permalink
Update bug_report.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulagna-Dutta-Roy authored May 10, 2024
1 parent 57d1430 commit 31c6057
Showing 1 changed file with 25 additions and 36 deletions.
61 changes: 25 additions & 36 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,40 +1,29 @@
name: Bug Report
description: Report a bug you found
title: "[Bug Title here] "
labels: "bug"
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
**Describe the bug**
A clear and concise description of what the bug is.

- type: textarea #description
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
validations:
required: true
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

- type: textarea #reproduce
attributes:
label: How can we reproduce this bug?
description: Are there any specific steps you had to take in order to trigger the bug, and what is the expected behaviour we should expect?
placeholder: Kindly elaborate.
validations:
required: true
**Expected behavior**
A clear and concise description of what you expected to happen.

- type: textarea #desktop info
attributes:
label: Desktop Information (Optional)
description: Please provide the desktop configuration (OS,Browser, dependency version etc)
placeholder: Type here.
**Screenshots**
If applicable, add screenshots to help explain your problem.

- type: dropdown #urgent
attributes:
label: Urgency (Optional)
description: How urgent do you think it is to fix this bug?
options:
- Low priority
- Medium priority
- High priority
**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.

0 comments on commit 31c6057

Please sign in to comment.