Skip to content

Commit

Permalink
Add feature request template (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekn authored Apr 22, 2024
1 parent 13ddb9c commit bf9e11c
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Feature Request
description: Suggest an idea for Studio!
title: "Feature Request:"
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Please, be as descriptive as possible. Issues lacking detail, or for any other reason than to request a feature, may be closed without action.
- type: textarea
id: what
attributes:
label: What
description: Add a concise description of the feature being requested.
placeholder: eg. I would like a new setting at <xyz>...
validations:
required: true

- type: textarea
id: why
attributes:
label: Why
description: Add a description of the problem this feature solves.
placeholder: |
eg. This will solve my accessibility needs.
validations:
required: true

- type: textarea
id: how
attributes:
label: How
description: If applicable, add screenshots, mockup, animations and/or videos to help illustrate how the feature could be done.

0 comments on commit bf9e11c

Please sign in to comment.