1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-12-12 19:18:26 +02:00
awesome-rust/CONTRIBUTING.md

21 lines
927 B
Markdown
Raw Normal View History

2016-01-05 09:08:12 +02:00
# Contributing
2017-06-20 08:58:27 +02:00
Do you want to contribute? We'd love that.
2016-01-06 09:20:48 +02:00
2017-08-08 08:34:27 +02:00
Our goal is to have mostly projects that are stable and useful to many users.
2016-05-18 09:10:10 +02:00
2016-01-22 09:19:26 +02:00
## How?
2016-01-05 09:09:35 +02:00
2017-09-11 08:43:28 +02:00
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.
2017-09-11 08:41:36 +02:00
2016-02-15 10:03:01 +02:00
If you want to add an entry to the `README.md` please consider this:
2016-01-05 09:09:35 +02:00
2016-01-22 09:24:11 +02:00
- is the entry valuable to people trying to get things done in Rust?
2019-04-09 14:18:37 +02:00
- 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)`
2017-09-11 08:43:28 +02:00
- 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.