mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
Merge #2069
2069: Added opencollective sponsors to readme r=CreepySkeleton a=pksunkara Co-authored-by: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>
This commit is contained in:
commit
ddd55e57dc
1 changed files with 26 additions and 3 deletions
29
README.md
29
README.md
|
@ -38,12 +38,13 @@ We are currently hard at work trying to release `3.0`. We have a `3.0.0-beta.1`
|
|||
1. [Features enabled by default](#features-enabled-by-default)
|
||||
2. [Opt-in features](#opt-in-features)
|
||||
2. [More Information](#more-information)
|
||||
7. [Contributing](#contributing)
|
||||
7. [Sponsors](#sponsors)
|
||||
8. [Contributing](#contributing)
|
||||
1. [Compatibility Policy](#compatibility-policy)
|
||||
1. [Minimum Supported Version of Rust (MSRV)](#minimum-supported-version-of-rust-msrv)
|
||||
2. [Breaking Changes](#breaking-changes)
|
||||
8. [License](#license)
|
||||
9. [Related Crates](#related-crates)
|
||||
9. [License](#license)
|
||||
10. [Related Crates](#related-crates)
|
||||
|
||||
## About
|
||||
|
||||
|
@ -466,6 +467,28 @@ You can find complete documentation on the [docs.rs][docs] for this project.
|
|||
|
||||
You can also find usage examples in the [examples][examples] directory of this repo.
|
||||
|
||||
## Sponsors
|
||||
|
||||
<!-- omit in TOC -->
|
||||
### Gold
|
||||
|
||||
[![](https://opencollective.com/clap/tiers/gold.svg?avatarHeight=36&width=600)](https://opencollective.com/clap)
|
||||
|
||||
<!-- omit in TOC -->
|
||||
### Silver
|
||||
|
||||
[![](https://opencollective.com/clap/tiers/silver.svg?avatarHeight=36&width=600)](https://opencollective.com/clap)
|
||||
|
||||
<!-- omit in TOC -->
|
||||
### Bronze
|
||||
|
||||
[![](https://opencollective.com/clap/tiers/bronze.svg?avatarHeight=36&width=600)](https://opencollective.com/clap)
|
||||
|
||||
<!-- omit in TOC -->
|
||||
### Backer
|
||||
|
||||
[![](https://opencollective.com/clap/tiers/backer.svg?avatarHeight=36&width=600)](https://opencollective.com/clap)
|
||||
|
||||
## Contributing
|
||||
|
||||
Details on how to contribute can be found in the [CONTRIBUTING.md](CONTRIBUTING.md) file.
|
||||
|
|
Loading…
Reference in a new issue