...

Text file src/gopkg.in/ini.v1/.github/ISSUE_TEMPLATE/feature_request.yml

Documentation: gopkg.in/ini.v1/.github/ISSUE_TEMPLATE

     1name: Feature request
     2description: Suggest an idea for this project
     3labels: ["feature"]
     4body:
     5  - type: markdown
     6    attributes:
     7      value: |
     8        Thanks for taking the time to fill out this form!
     9
    10        - Before you file an issue read the [Contributing guide](https://github.com/go-ini/ini/blob/main/.github/contributing.md).
    11        - Check to make sure someone hasn't already opened a similar [issue](https://github.com/go-ini/ini/issues).
    12  - type: textarea
    13    attributes:
    14      label: Describe the feature
    15      description: A clear and concise description of what the problem is, e.g. I'm always frustrated when [...]
    16    validations:
    17      required: true
    18  - type: textarea
    19    attributes:
    20      label: Describe the solution you'd like
    21      description: A clear and concise description of what you want to happen.
    22    validations:
    23      required: true
    24  - type: textarea
    25    attributes:
    26      label: Describe alternatives you've considered
    27      description: A clear and concise description of any alternative solutions or features you've considered.
    28    validations:
    29      required: true
    30  - type: textarea
    31    attributes:
    32      label: Additional context
    33      description: |
    34        Links? References? Suggestions? Anything that will give us more context about the feature you are requesting!
    35
    36        Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
    37    validations:
    38      required: false
    39  - type: checkboxes
    40    attributes:
    41      label: Code of Conduct
    42      description: By submitting this issue, you agree to follow our [Code of Conduct](https://go.dev/conduct)
    43      options:
    44        - label: I agree to follow this project's Code of Conduct
    45          required: true

View as plain text