mirror of
https://github.com/clap-rs/clap
synced 2024-11-12 23:57:10 +00:00
12 lines
454 B
Markdown
12 lines
454 B
Markdown
|
# How to Contribute
|
||
|
|
||
|
See the [clap-wide CONTRIBUTING.md](../CONTRIBUTING.md). This will contain `clap_complete` specific notes.
|
||
|
|
||
|
### Scope
|
||
|
|
||
|
`clap_complete` 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_complete` in a `clap_complete_<name>`
|
||
|
crate.
|