-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat:Added yaml template for bunk mate
- Loading branch information
1 parent
02cd38b
commit 6e908af
Showing
3 changed files
with
40 additions
and
45 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
name: Bug Report | ||
description: Report a bug or unexpected behavior | ||
labels: bug | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Bug Report | ||
Please provide a clear and concise description of the bug. | ||
- type: textarea | ||
attributes: | ||
label: What is the bug? | ||
description: Provide details about what is not working as expected. | ||
placeholder: "Describe the issue..." | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: What steps did you follow to reproduce the issue? | ||
placeholder: "List the steps" | ||
required: true | ||
|
||
- type: checkbox | ||
attributes: | ||
label: Was the issue present in the latest release? | ||
options: | ||
- Yes | ||
- No | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: Version of the app | ||
description: Please specify the version of the application. | ||
required: true | ||
|
This file was deleted.
Oops, something went wrong.