- 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:input
attributes:
label:Rust Version
description:Output of `rustc -V`
validations:
required:true
- type:input
attributes:
label:Clap Version
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
- type:textarea
attributes:
label:Minimal reproducible code
description:Please write a minimal complete program which has this bug. Do not point to an existing repository.