Skip to content

Commit

Permalink
update bug.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
officeneerajsaini committed May 18, 2024
1 parent 39c8adb commit 0088721
Showing 1 changed file with 59 additions and 51 deletions.
110 changes: 59 additions & 51 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,58 +4,66 @@ title: "🪲 [Bug]: "
labels: "🪲Bug"
projects: ""
body:
- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is
validations:
required: true
- type: textarea
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior
placeholder: |
1. Go to'...'
2. Click on'...'
3. Scroll down to'...'
4. See error
validations:
required: true
- type: textarea
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen
validations:
required: true
- type: textarea
attributes:
label: Screenshots
description: |
If applicable, add screenshots to help explain your problem
- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is
validations:
required: true
- type: textarea
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior
placeholder: |
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
validations:
required: true
- type: textarea
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen
validations:
required: true
- type: textarea
attributes:
label: Screenshots
description: |
If applicable, add screenshots to help explain your problem
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in
validations:
required: false
- type: textarea
attributes:
label: Device Information [optional]
description: |
examples:
- **OS**: Ubuntu 20.04
- **Browser**: chrome
- **version**: 22
value: |
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in
validations:
required: false
- type: textarea
attributes:
label: Device Information [optional]
description: |
examples:
- **OS**: Ubuntu 20.04
- **Browser**: chrome
- **version**: 22
value: |
- OS:
- Browser:
- version:
render: markdown
validations:
required: false
- type: dropdown
attributes:
label: Are you working on this issue?
options:
- 'Yes'
- 'No'
validations:
required: true
render: markdown
validations:
required: false
- type: dropdown
attributes:
label: Are you working on this issue?
options:
- "Yes"
- "No"
validations:
required: true
- type: checkboxes
attributes:
label: "Record"
options:
- label: "I agree to follow this project's Code of Conduct"
required: true
- label: "I'm a GSSOC'24 contributor"
- label: "I want to work on this issue"

0 comments on commit 0088721

Please sign in to comment.