forked from Sulagna-Dutta-Roy/GGExtensions
-
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.
- Loading branch information
1 parent
57d1430
commit 31c6057
Showing
1 changed file
with
25 additions
and
36 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,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. |