clap/.github/ISSUE_TEMPLATE/feature_request.yml

39 lines
1.7 KiB
YAML
Raw Normal View History

2021-02-26 00:45:53 +00:00
name: Feature request
2021-05-02 18:34:53 +00:00
description: Suggest an idea for this project
labels: 'C-enhancement'
2021-02-26 00:45:53 +00:00
body:
- type: checkboxes
attributes:
label: Please complete the following tasks
2021-02-26 00:45:53 +00:00
options:
- label: I have searched the [discussions](https://github.com/clap-rs/clap/discussions)
required: true
- label: I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues
required: true
2021-06-17 11:12:51 +00:00
- type: input
attributes:
label: Clap Version
2021-06-17 11:12:51 +00:00
description: Can be found in Cargo.lock or Cargo.toml of your project (i.e. `grep clap Cargo.lock`). PLEASE DO NOT PUT "latest" HERE, use precise version. Put `master` (or other branch) if you're using the repo directly.
validations:
required: true
2021-02-26 00:45:53 +00:00
- 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
2021-02-26 00:45:53 +00:00
- 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
2021-02-26 00:45:53 +00:00
- 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.