clap/clap_generate/CONTRIBUTING.md
2021-12-11 18:55:50 -06:00

11 lines
454 B
Markdown

# How to Contribute
See the [clap-wide CONTRIBUTING.md](../CONTRIBUTING.md). This will contain `clap_generate` specific notes.
### Scope
`clap_generate` contains the core completion generators, meaning ones
maintained by the clap maintainers that get priority for features and fixes.
Additional, including contributor-maintained generators can also be contributed
to the clap repo and sit alongside `clap_generate` in a `clap_generate_<name>`
crate.