github.com/containerd/nerdctl@v1.7.7/.github/ISSUE_TEMPLATE/feature_request.yaml (about)

     1  name: Feature request
     2  description: Suggest an idea for nerdctl
     3  labels: kind/feature
     4  body:
     5    - type: textarea
     6      attributes:
     7        label: What is the problem you're trying to solve
     8        description: |
     9          A clear and concise description of what the problem is.
    10      validations:
    11        required: true
    12  
    13    - type: textarea
    14      attributes:
    15        label: Describe the solution you'd like
    16        description: |
    17          A clear and concise description of what you'd like to happen.
    18      validations:
    19        required: true
    20  
    21    - type: textarea
    22      attributes:
    23        label: Additional context
    24        description: |
    25          Add any other context about the feature request here.