github.com/nektos/act@v0.2.63/.github/ISSUE_TEMPLATE/feature_template.yml (about)

     1  name: Feature request
     2  description: Use this template for requesting a feature/enhancement.
     3  labels:
     4    - 'kind/feature-request'
     5  body:
     6    - type: markdown
     7      attributes:
     8        value: |
     9          Please note that incompatibility with GitHub Actions should be opened as a bug report, not a new feature.
    10    - type: input
    11      id: act-version
    12      attributes:
    13        label: Act version
    14        description: |
    15          What version of `act` are you using? Version can be obtained via `act --version`
    16          If you've built it from source, please provide commit hash
    17        placeholder: |
    18          act --version
    19      validations:
    20        required: true
    21    - type: textarea
    22      id: feature
    23      attributes:
    24        label: Feature description
    25        description: Describe feature that you would like to see
    26        placeholder: ...
    27      validations:
    28        required: true