Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
8LWXpg committed Dec 12, 2024
1 parent 2d86374 commit 8b8e2a4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 30 deletions.
36 changes: 21 additions & 15 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
name: 🐞 Bug report
description: Report a bug in the application

labels:
- bug

body:
- type: textarea
id: description
attributes:
label: Description
description: Please provide a clear and concise description of the bug you are experiencing.
validations:
required: true

name: 🐞 Bug report
description: Report a bug in the application

labels:
- bug

body:
- type: textarea
id: description
attributes:
label: Description
description: Please provide a clear and concise description of the bug you are experiencing.
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Steps to reproduce
description: Provide a clear and concise description of the steps to reproduce the bug.
validations:
required: true
23 changes: 8 additions & 15 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,13 @@ name: ✨ Feature request
description: Suggest a new feature or enhancement for the extension

labels:
- enhancement
- enhancement

body:
- type: textarea
id: description
attributes:
label: Description
description: Provide a clear and concise description of the feature you are requesting.
validations:
required: true
- type: textarea
id: use-case
attributes:
label: Use case
description: Describe the use case for this feature.
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
description: Provide a clear and concise description of the feature you are requesting.
validations:
required: true

0 comments on commit 8b8e2a4

Please sign in to comment.