Skip to content

Commit

Permalink
Convert feature request for form
Browse files Browse the repository at this point in the history
  • Loading branch information
jonlabelle committed May 5, 2024
1 parent 9155179 commit f1d4474
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/feature.md

This file was deleted.

31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Request a feature
description: Suggest an idea for this project.
labels:
- enhancement
assignees: jonlabelle

body:
- type: textarea
id: problem
attributes:
label: Is your feature request related to a problem?
description: A clear and concise description of the problem
placeholder: "I'm always frustrated when..."
validations:
required: false

- type: textarea
id: solution
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen
validations:
required: true

- type: textarea
id: context
attributes:
label: Additional context or screenshots
description: Add any additional context or screenshots about your request
validations:
required: false

0 comments on commit f1d4474

Please sign in to comment.