diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.yaml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yaml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index d50082a20..8ff694f2b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -3,11 +3,15 @@ description: Request a new feature / enhancement labels: ["feature"] body: + - type: markdown + attributes: + value: | + Before submitting a feature request, please check that it has not already been reported by searching in [open and closed feature requests](https://github.com/weechat/weechat/issues?q=is%3Aissue+label%3Afeature). + - type: textarea id: feature attributes: label: Feature description - description: A description of your feature. - placeholder: It would be really handy if WeeChat had… + description: A description of the feature you would like. validations: required: true |