mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 23:02:31 +00:00
32 lines
1.3 KiB
YAML
32 lines
1.3 KiB
YAML
name: Feature request
|
|
about: Suggest an idea for this project
|
|
labels: 'T: new feature'
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Please complete the following tasks
|
|
options:
|
|
- label: I have searched the [discussions](https://github.com/clap-rs/clap/discussions)
|
|
required: true
|
|
- label: I have searched the existing issues
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe your use case
|
|
description: Describe the problem you're trying to solve. This is not mandatory and we *do* consider features without a specific use case, but real problems have priority.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the solution you'd like
|
|
description: Please explain what the wanted solution should look like. You are **strongly encouraged** to attach a snippet of (pseudo)code.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Alternatives, if applicable
|
|
description: A clear and concise description of any alternative solutions or features you've managed to come up with.
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional Context
|
|
description: Add any other context about the feature request here.
|