mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 14:22:34 +00:00
11 lines
454 B
Markdown
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.
|