summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/FEATURE.yml
blob: 625f1284f6c8c43aa4763388d27ead71a90f6c76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
name: Feature request
description: Request that a new feature is added to Anope.
body:
  - type: markdown
    attributes:
      value: |
        Thanks for taking the time to fill out this feature request!

  - type: textarea
    attributes:
      label: Description
    validations:
      required: true

  - type: textarea
    attributes:
      label: Why this would be useful?
    validations:
      required: true