aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/feature_request.yml
blob: 844b99038154dc9940d5bfd2be9e285d00b7c433 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: Feature request
description: Suggest features, modifications or ideas
labels: ["feature"]

body:
  - type: markdown
    attributes:
      value: Before filing this request, [please check if it hasn't already been suggested before](https://github.com/Mattiwatti/EfiGuard/issues?q=is%3Aissue+label%3Afeature). If it has, please add to the existing issue instead.

  - type: textarea
    id: description
    attributes:
      label: Feature description
      description: Briefly describe your idea, suggestion or proposed feature.
    validations:
      required: true

  - type: textarea
    id: implementation
    attributes:
      label: Implementation
      description: Thoughts on possible implementation details go here (optional).
      placeholder: Suggest how to implement the feature.
    validations:
      required: false