Created
October 1, 2021 09:06
-
-
Save AnishDe12020/3dbcb5582d929c87f2c2e5b033c14570 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
name: 🐛Bug Report | |
description: File a bug report here | |
title: "[BUG]: " | |
labels: ["bug"] | |
assignees: ["AnishDe12020"] | |
body: | |
- type: markdown | |
attributes: | |
value: | | |
Thanks for taking the time to fill out this bug report!!! | |
- type: checkboxes | |
id: new-bug | |
attributes: | |
label: Is there an existing issue for this? | |
description: Please search to see if an issue already exists for the bug you encountered. | |
options: | |
- label: I have searched the existing issues | |
required: true | |
- type: textarea | |
id: bug-description | |
attributes: | |
label: Description of the bug | |
description: Tell us what bug you encountered and what should have happened | |
validations: | |
required: true | |
- type: textarea | |
id: steps-to-reproduce | |
attributes: | |
label: Steps To Reproduce | |
description: Steps to reproduce the behavior. | |
placeholder: Please write the steps in a list form | |
validations: | |
required: true | |
- type: dropdown | |
id: versions | |
attributes: | |
label: Which version of the app are you using? | |
description: If this issue is occurring on more than 1 version of the app, select the appropriate versions. | |
multiple: true | |
options: | |
- 1.0.0 | |
- 1.1.0 | |
- 1.2.0 | |
- 2.0.0 | |
- 2.1.0 | |
validations: | |
required: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment