Skip to content

Commit

Permalink
Migrated feature suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Oct 12, 2023
1 parent 6d729e1 commit b20add9
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 44 deletions.
24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Bug Report (NEW)
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels:
Expand Down
19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Feature suggestion
description: Suggest an idea for this project
title: "[Feature]: "
labels:
- enhancement
body:

- type: markdown
attributes:
value: Thanks for taking the time to fill out this bug report!

- type: textarea
id: what-happened
attributes:
label: What are you missing?
description: Is your feature request related to a problem? Please describe.
validations:
required: true

- type: textarea
id: your-suggestion
attributes:
label: What do you expect?
description: Describe the solution you'd like

- type: textarea
id: alternatives
attributes:
label: Have you considered alternatives?
description: Describe alternatives you've considered

- type: textarea
id: context
attributes:
label: What is the context?
description: Describe why you need this and how it will help you

0 comments on commit b20add9

Please sign in to comment.