Skip to content

Commit

Permalink
fix: fix problem with bug and feature templates
Browse files Browse the repository at this point in the history
Fix #261
  • Loading branch information
CelticBoozer committed Oct 29, 2024
1 parent f11dc76 commit c2aa18e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ labels: ["bug"]
assignees: "CelticBoozer"
title: "[Bug] "
body:
- type: markdown
- type: textarea
attributes:
value: |
## Describe the Bug
A clear and concise description of what the bug is.
label: "Description"
description: "A clear and concise description of what the bug is."
- type: textarea
attributes:
label: "Steps to Reproduce"
Expand Down
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ labels: ["enhancement"]
assignees: "CelticBoozer"
title: "[Feature] "
body:
- type: markdown
- type: textarea
attributes:
value: |
## Feature Description
Describe the feature or improvement you would like to see.
label: "Feature Description"
description: "Describe the feature or improvement you would like to see."
- type: textarea
attributes:
label: "Why This Feature Is Necessary"
Expand Down

0 comments on commit c2aa18e

Please sign in to comment.