aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/FEATURE.yml
blob: 552df002a69f5339c73ce309e5079f2016bf6f61 (about) (plain) (blame)
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 InspIRCd.
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