clap/.github/ISSUE_TEMPLATE/feature_request.yml

26 lines
1,010 B
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
2021-02-26 00:45:53 +00:00
labels: 'T: new feature'
body:
- type: checkboxes
attributes:
options:
- label: I have searched the [discussions](https://github.com/clap-rs/clap/discussions)
- label: I have searched the existing issues
2021-06-17 11:12:51 +00:00
- type: input
attributes:
2021-11-17 21:12:40 +00:00
label: 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.
2021-02-26 00:45:53 +00:00
- type: textarea
attributes:
2021-11-17 21:12:40 +00:00
label: Use Case
description: Describe the problem you're trying to solve.
2021-02-26 00:45:53 +00:00
- type: textarea
attributes:
2021-11-17 21:12:40 +00:00
label: Requirements
description: Describe what is needed to satisfy your use case.
2021-02-26 00:45:53 +00:00
- type: textarea
attributes:
2021-11-17 21:12:40 +00:00
label: Possible Solutions
description: A clear and concise description of any solutions or features you've managed to come up with.