mirror of
https://github.com/cobalt-org/cobalt.rs
synced 2024-11-14 16:07:22 +00:00
Update CONTRIBUTING.md
This commit is contained in:
parent
82177e024e
commit
42117987f9
1 changed files with 2 additions and 1 deletions
|
@ -2,10 +2,11 @@ Thanks for contributing! :snowman:
|
|||
|
||||
Feel free to create issues and make pull requests, we'll try to quickly review them.
|
||||
|
||||
If you're looking for things to do check out the [open issues](https://github.com/cobalt-org/cobalt.rs/issues), especially those with the `easy` flag. Or take a grep through [all TODO comments](https://github.com/cobalt-org/cobalt.rs/search?q=TODO) in the code and feel free to help us out there!
|
||||
If you're looking for things to do check out the [open issues](https://github.com/cobalt-org/cobalt.rs/issues), especially those with the [easy](https://github.com/cobalt-org/cobalt.rs/issues?q=is%3Aissue+is%3Aopen+label%3Aeasy) flag. Or take a grep through [all TODO comments](https://github.com/cobalt-org/cobalt.rs/search?q=TODO) in the code and feel free to help us out there!
|
||||
|
||||
Please make sure to run `cargo test` locally before making a pull request, unless you want Travis to remind you that your build has failed.
|
||||
|
||||
If you need assistance, you can join the `#cobalt` channel on `irc.mozilla.org` or the Gitter chat [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/cobalt-org/cobalt.rs)
|
||||
|
||||
We want you to feel safe and welcome and will enforce the [The Rust Code of Conduct](https://www.rust-lang.org/conduct.html) on all communication platforms of this project.
|
||||
Please contact [@johannhof](https://github.com/johannhof) for questions or in cases of violation.
|
||||
|
|
Loading…
Reference in a new issue