clap/.github/ISSUE_TEMPLATE/feature_request.md
2020-04-01 22:32:51 +02:00

32 lines
1,016 B
Markdown

---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: 'T: new feature'
assignees: ''
---
### Make sure you completed the following tasks
- [ ] Searched the [discussions](https://github.com/clap-rs/clap/discussions)
- [ ] Searched the closes issues
### Describe your use case
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.
Also, please follow your explanation with a snippet of code, if applicable.
**If a project of yours is blocked on this feature, please, mention it explicitely.**
### Describe the solution you'd like
Please explain what the wanted solution should look like. You are **strongly encouraged** to attach a snippet of (pseudo)code.
### Alternatives, if applicable
A clear and concise description of any alternative solutions or features you've managed to come up with.
### Additional context
Add any other context about the feature request here.