Skip to content

Commit

Permalink
doc/issue: add feature request template
Browse files Browse the repository at this point in the history
  • Loading branch information
Flameopathic committed Feb 27, 2025
1 parent 9d433a6 commit 2cfdf6b
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
description: Request a feature.
labels: [feature]
name: Feature request
title: "<SCOPE>: <SUMMARY>"

body:
- type: checkboxes

attributes:
label: Has this been requested before?
description: >-
Search [existing issues](https://github.com/danth/stylix/issues) to
ensure that this feature hasn't been requested before.
options:
- label: >-
I have searched for and not found existing issues requesting this
feature
required: true
- type: dropdown

attributes:
label: Feature Type
description: What kind of feature is this?

options:
- New target
- Change to existing target
- New Stylix option
- Change to existing Stylix option
- Other (describe below)

validations:
required: true

- type: textarea

attributes:
label: Description
description: >-
Describe the feature. For new targets, consider including links to
existing theme repositories for the target (e.g. a tinted-theming
repository). For new options, consider including examples of ways the
option would be used in existing targets.
validations:
required: true

0 comments on commit 2cfdf6b

Please sign in to comment.