get.pme.sh/pnats@v0.0.0-20240304004023-26bb5a137ed0/.github/ISSUE_TEMPLATE/proposal.yml (about)

     1  ---
     2  name: Proposal
     3  description: Propose an enhancement or new feature.
     4  labels:
     5    - proposal
     6  body:
     7    - type: textarea
     8      id: change
     9      attributes:
    10        label: Proposed change
    11        description: This could be a behavior change, enhanced API, or a new feature.
    12      validations:
    13        required: true
    14    - type: textarea
    15      id: usecase
    16      attributes:
    17        label: Use case
    18        description: What is the use case or general motivation for this proposal?
    19      validations:
    20        required: true
    21    - type: textarea
    22      id: contribute
    23      attributes:
    24        label: Contribution
    25        description: |-
    26          Are you intending or interested in contributing code for this proposal if accepted?
    27      validations:
    28        required: false