summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/feature_template.yml
blob: 25ff56e4fd808661cd064614cabe759c937b9596 (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
26
27
28
name: Feature request
description: Use this template for requesting a feature/enhancement.
labels:
  - 'kind/feature-request'
body:
  - type: markdown
    attributes:
      value: |
        Please note that incompatibility with GitHub Actions should be opened as a bug report, not a new feature.
  - type: input
    id: act-version
    attributes:
      label: Act version
      description: |
        What version of `act` are you using? Version can be obtained via `act --version`
        If you've built it from source, please provide commit hash
      placeholder: |
        act --version
    validations:
      required: true
  - type: textarea
    id: feature
    attributes:
      label: Feature description
      description: Describe feature that you would like to see
      placeholder: ...
    validations:
      required: true