forked from Kushal997-das/Project-Guidance
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Kushal997-das#1370 from Kushal997-das/Kushal997-da…
…s-patch-32 Update bug_report.yaml
- Loading branch information
Showing
1 changed file
with
31 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 🔴 |