Skip to content

Commit

Permalink
Merge pull request Kushal997-das#1370 from Kushal997-das/Kushal997-da…
Browse files Browse the repository at this point in the history
…s-patch-32

Update bug_report.yaml
  • Loading branch information
Kushal997-das authored Oct 5, 2024
2 parents 30826d8 + a75845a commit 6e796ed
Showing 1 changed file with 31 additions and 15 deletions.
46 changes: 31 additions & 15 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,40 +1,56 @@
name: Bug Report
# Project-Guidance! 🎊🎈

### 🎉 Have you reviewed the [Contributing Guidelines](https://github.com/Kushal997-das/Project-Guidance/blob/main/CONTRIBUTING.md)? 🤔

(Please write your response here.)

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!
Thanks for taking the time to fill out this bug report! 🙏
- type: dropdown #initiative
attributes:
label: Initiative 🌟
description: Please choose the initiative you are contributing to:
options:
- GSSoC (Girl Script Summer of Code) 🌼
- GSSoC 2024 Extd 🌸
- Hacktoberfest 2024 🎃
- Script Winter of Code (SWoC) ❄️
- Winter of Blockchain (WoB) ⛄
- Personal ✨
- Other (please specify): _______________

validations:
required: true

- type: textarea #description
attributes:
label: What happened?
label: What happened? 🤔
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
validations:
required: true

- type: textarea #reproduce
attributes:
label: How can we reproduce this bug?
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

- type: textarea #desktop info
attributes:
label: Desktop Information (Optional)
description: Please provide the desktop configuration (OS,Browser, dependency version etc)
placeholder: Type here.

- type: dropdown #urgent
- type: dropdown #urgency
attributes:
label: Urgency (Optional)
label: Urgency ⚠️ (Optional)
description: How urgent do you think it is to fix this bug?
options:
- Low priority
- Medium priority
- High priority
- Low priority 🟢
- Medium priority 🟡
- High priority 🔴

0 comments on commit 6e796ed

Please sign in to comment.