clap/clap_generate/CONTRIBUTING.md

12 lines
454 B
Markdown
Raw Normal View History

2021-12-12 00:55:50 +00:00
# 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.