summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/feature_request.yaml
blob: 8ff694f2b6674b67197e51591c3cc1a9b10b2140 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: Feature request
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 the feature you would like.
    validations:
      required: true