Skip to content

Commit

Permalink
feat:Added yaml template for bunk mate
Browse files Browse the repository at this point in the history
  • Loading branch information
angrezichatterbox committed Nov 20, 2024
1 parent 02cd38b commit 6e908af
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 45 deletions.
28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
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

17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

0 comments on commit 6e908af

Please sign in to comment.