diff options
Diffstat (limited to 'docs/contributing.md')
-rw-r--r-- | docs/contributing.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/contributing.md b/docs/contributing.md index 5394405bb..c650af79d 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -1,13 +1,18 @@ # Contributing - Read the [style guide](style_guide.md). -- Progress towards future releases is tracked - [here](https://github.com/denoland/deno/milestones). + - Please don't make [the benchmarks](https://deno.land/benchmarks.html) worse. + - Ask for help in the [community chat room](https://discord.gg/TGMHGv6). + - If you are going to work on an issue, mention so in the issue comments _before_ you start working on the issue. +- Please be professional in the forums. Don't know what professional means? + [Read Rust's code of conduct](https://www.rust-lang.org/policies/code-of-conduct). + Have a problem? Email ry@tinyclouds.org. + ## Development Instructions on how to build from source can be found |