Skip to content

Commit

Permalink
Update feature request issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanhavard committed Apr 21, 2023
1 parent 4e67542 commit 7a462d0
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: 🙏 Feature request
description: Suggest a feature or idea for smartCARS 3
title: "[FEATURE] - "
labels: suggestion
assignees: []
body:
- type: textarea
attributes:
label: Is your feature request related to a problem? Please describe.
placeholder: >
A clear and concise description of what the problem is. Ex. I'm
always frustrated when [...]
validations:
required: true
- type: textarea
attributes:
label: |
Describe the solution you'd like
placeholder: |
A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
attributes:
label: Describe alternatives you've considered
placeholder: >
A clear and concise description of any alternative solutions or
features you've considered.
validations:
required: true
- type: textarea
attributes:
label: Additional context
placeholder: |
Add any other context or screenshots about the feature request here.
validations:
required: true

0 comments on commit 7a462d0

Please sign in to comment.