You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
awesome-rust/CONTRIBUTING.md

22 lines
1.2 KiB
Markdown

# Contributing
7 years ago
Do you want to contribute? We'd love that.
7 years ago
Our goal is to have mostly projects that are stable and useful to many users.
8 years ago
9 years ago
## How?
9 years ago
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.
7 years ago
8 years ago
If you want to add an entry to the `README.md` please consider this:
9 years ago
- is the entry valuable to people trying to get things done in Rust?
5 years ago
- if you want to add something, please use the template `[YYY](https://crates.io/crates/YYY) — DESCRIPTION [<img src="https://api.travis-ci.org/XXX/YYY.svg?branch=master">](https://travis-ci.org/XXX/YYY)`
* If you're adding a build badge please make sure to add the branch information to the image (as per the example above for Travis). For Github actions please see https://docs.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#example-using-the-branch-parameter
- 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.