...

Text file src/github.com/docker/cli/.github/ISSUE_TEMPLATE/feature_request.yml

Documentation: github.com/docker/cli/.github/ISSUE_TEMPLATE

     1name: Feature request
     2description: Missing functionality? Come tell us about it!
     3labels:
     4  - kind/feature
     5  - status/0-triage
     6body:
     7  - type: textarea
     8    id: description
     9    attributes:
    10      label: Description
    11      description: What is the feature you want to see?
    12    validations:
    13      required: true

View as plain text