...

Text file src/github.com/urfave/cli/v2/.github/ISSUE_TEMPLATE/v2-feature-request.md

Documentation: github.com/urfave/cli/v2/.github/ISSUE_TEMPLATE

     1---
     2name: v2 feature request
     3about: Suggest an improvement for v2
     4title: 'your feature title goes here'
     5labels: 'type/feature, area/v2, status/triage'
     6assignees: ''
     7
     8---
     9
    10## Checklist
    11
    12* [ ] Are you running the latest v2 release? The list of releases is [here](https://github.com/urfave/cli/releases).
    13* [ ] Did you check the manual for your release? The v2 manual is [here](https://github.com/urfave/cli/blob/main/docs/v2/manual.md).
    14* [ ] Did you perform a search about this feature? Here's the [GitHub guide](https://help.github.com/en/github/managing-your-work-on-github/using-search-to-filter-issues-and-pull-requests) about searching.
    15
    16## What problem does this solve?
    17
    18A clear and concise description of what problem this feature would solve. For example:
    19
    20- needing to type out the full flag name takes a long time, so I
    21  would like to suggest adding auto-complete
    22- I use (osx, windows, linux) and would like support for (some
    23  existing feature) to be extended to my platform
    24- the terminal output for a particular error case is confusing, and
    25  I think it could be improved
    26
    27## Solution description
    28
    29A detailed description of what you want to happen.
    30
    31## Describe alternatives you've considered
    32
    33A clear and concise description of any alternative solutions or
    34features you've considered.

View as plain text