Create CONTRIBUTING.md

This commit is contained in:
Takayuki Maeda 2021-05-27 21:52:16 +09:00 committed by GitHub
parent 8c4cab6353
commit ade5fdd310
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

18
CONTRIBUTING.md Normal file
View file

@ -0,0 +1,18 @@
# Contributing
Thank you for your contribution!
## How?
The easiest way is to go to https://github.com/rust-unofficial/awesome-rust/blob/master/README.md and click on the "pen" icon in the upper right corner. Make the changes to the file and follow the instructions to create a pull request.
If you want to add an entry to the `README.md` please consider this:
- if you want to add something, please use the template `[ACCOUNT/REPO](https://github.com/ACCOUNT/REPO) [[CRATE](https://crates.io/crates/CRATE)] — DESCRIPTION`
* if you've not published your crate to `crates.io` remove the `[[CRATE](...)]` part.
- please pay attention to the alphabetical ordering.
## Removing projects
We don't remove projects unless they are outright broken or pronounced deprecated by another project or by its author.