Skip to content

Commit

Permalink
add ISSUE_TEMPLATE/feature_request.yml (#533)
Browse files Browse the repository at this point in the history
* add ISSUE_TEMPLATE/feature_request.yml

* Clarify feature request fields

* Switch feature description order

---------

Co-authored-by: Software Developer <7852635+dsuhinin@users.noreply.github.com>
Co-authored-by: Juan Escalada <97265671+jescalada@users.noreply.github.com>
Co-authored-by: Juan Escalada <juanescalada175@gmail.com>
  • Loading branch information
4 people authored Apr 17, 2024
1 parent 62a618f commit 3adfca6
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Feature request
description: Suggest a new idea for FastTrackML
title: "[FEATURE REQUEST]: <title>"
labels: [ "feature" ]

body:
- type: textarea
id: describe-desired-feature
attributes:
label: Describe the feature you'd like
description: A clear and concise description of what you want to happen.
placeholder: ex. I wish I could [...]
validations:
required: true

- type: textarea
id: related-problem
attributes:
label: Is your feature request related to a problem? Please describe
description: A clear and concise description of what the problem is.
placeholder: ex. I'm always frustrated when [...]
validations:
required: false

- type: textarea
id: describe-alternatives
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
validations:
required: false

- type: textarea
id: additional-context
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
validations:
required: false

0 comments on commit 3adfca6

Please sign in to comment.