1name: Feature request 2description: Suggest an idea for this project 3labels: 'C-enhancement' 4body: 5 - type: checkboxes 6 attributes: 7 label: Please complete the following tasks 8 options: 9 - label: I have searched the [discussions](https://github.com/clap-rs/clap/discussions) 10 required: true 11 - 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 12 required: true 13 - type: input 14 attributes: 15 label: Clap Version 16 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. 17 validations: 18 required: true 19 - type: textarea 20 attributes: 21 label: Describe your use case 22 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. 23 validations: 24 required: true 25 - type: textarea 26 attributes: 27 label: Describe the solution you'd like 28 description: Please explain what the wanted solution should look like. You are **strongly encouraged** to attach a snippet of (pseudo)code. 29 validations: 30 required: true 31 - type: textarea 32 attributes: 33 label: Alternatives, if applicable 34 description: A clear and concise description of any alternative solutions or features you've managed to come up with. 35 - type: textarea 36 attributes: 37 label: Additional Context 38 description: Add any other context about the feature request here. 39