Skip to content

Commit

Permalink
Discourage extension requests
Browse files Browse the repository at this point in the history
  • Loading branch information
friday committed Dec 3, 2021
1 parent 359dcae commit 41948e1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,19 @@ body:
description: Describe the feature you want Ulauncher to add. If you have multiple unrelated suggestions, create multiple issues.
validations:
required: true
- type: checkboxes
id: not-extension
attributes:
label: Feature isn't possible to support as an extension
description: Ulauncher's developers doesn't have the time to support all features directly. We rely on third party extensions for this.
options:
- label: This feature request cannot be added as a third party extension.
required: true
- type: checkboxes
id: no-duplicate
attributes:
label: Feature isn't already requested
description: Did you check the [existing feature requests](https://github.com/Ulauncher/Ulauncher/labels/feature)?
options:
- label: I have checked the existing feature requests before suggesting this
required: true
required: true

0 comments on commit 41948e1

Please sign in to comment.