...

Text file src/github.com/spf13/viper/.github/ISSUE_TEMPLATE/feature_request.yaml

Documentation: github.com/spf13/viper/.github/ISSUE_TEMPLATE

     1name: 🎉 Feature request
     2description: Suggest an idea for Viper
     3labels: [kind/enhancement]
     4body:
     5- type: markdown
     6  attributes:
     7    value: |
     8      Thank you for submitting a feature request!
     9
    10      Please describe what you would like to change/add and why in detail by filling out the template below.
    11
    12      If you are not sure if your request fits into Viper, you can contact us via the available [support channels](https://github.com/spf13/viper/issues/new/choose).
    13- type: checkboxes
    14  attributes:
    15    label: Preflight Checklist
    16    description: Please ensure you've completed all of the following.
    17    options:
    18      - label: I have searched the [issue tracker](https://www.github.com/spf13/viper/issues) for an issue that matches the one I want to file, without success.
    19        required: true
    20- type: textarea
    21  attributes:
    22    label: Problem Description
    23    description: A clear and concise description of the problem you are seeking to solve with this feature request.
    24  validations:
    25    required: true
    26- type: textarea
    27  attributes:
    28    label: Proposed Solution
    29    description: A clear and concise description of what would you like to happen.
    30  validations:
    31    required: true
    32- type: textarea
    33  attributes:
    34    label: Alternatives Considered
    35    description: A clear and concise description of any alternative solutions or features you've considered.
    36- type: textarea
    37  attributes:
    38    label: Additional Information
    39    description: Add any other context about the problem here.

View as plain text