• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# How to Contribute
2
3See the [clap-wide CONTRIBUTING.md](../CONTRIBUTING.md).  This will contain `clap_complete` specific notes.
4
5### Scope
6
7`clap_complete` contains the core completion generators, meaning ones
8maintained by the clap maintainers that get priority for features and fixes.
9Additional, including contributor-maintained generators can also be contributed
10to the clap repo and sit alongside `clap_complete` in a `clap_complete_<name>`
11crate.
12