gvisor.dev/gvisor@v0.0.0-20240520182842-f9d4d51c7e0f/.github/ISSUE_TEMPLATE/feature_request.yml (about)

     1  name: Feature request
     2  description: Suggest an idea or improvement
     3  labels:
     4    - 'type: enhancement'
     5  body:
     6    - type: textarea
     7      id: description
     8      attributes:
     9        label: Description
    10        placeholder: A clear description of the feature or enhancement.
    11      validations:
    12        required: true
    13    - type: textarea
    14      id: related
    15      attributes:
    16        label: Is this feature related to a specific bug?
    17        description: Please include a bug references if yes.
    18    - type: textarea
    19      id: solution
    20      attributes:
    21        label: Do you have a specific solution in mind?
    22        description: >
    23          Please include any details about a solution that you have in mind,
    24          including any alternatives considered.