Skip to content

Update feature_request.yml #824

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ body:
required: true

- type: dropdown
id: criticality
id: Criticality
attributes:
label: How would you describe the priority of this feature request
options:
Expand All @@ -49,14 +49,26 @@ body:
required: true

- type: textarea
id: problem
id: Problem
attributes:
label: Please provide a clear description of problem you would like to solve.
description: Real usage examples are especially helpful. If there is an existing function you use in a different library, please also provide a link.
validations:
required: true

- type: textarea
id: alternatives
id: Value
attributes:
label: Please provide a clear description of value this adds to users.
description: Share any qualittive or quantitative benefits of this functionality and to which type of users.
validations:
required: true

- type: textarea
id: Alternatives
attributes:
label: Describe any alternatives you have considered
description: List any other libraries, or approaches you have looked at or tried.
placeholder: I have looked at library xyz and qrs, but they do not offer GPU acceleration
validations:
required: true