Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bug_report.yaml #1370

Merged
merged 1 commit into from
Oct 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 πŸ”΄
Loading