diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-05-08 17:51:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-08 17:51:41 -0400 |
commit | 9a0bf201c2d76364038f431dccfbf67922796382 (patch) | |
tree | 47c8420e3632e56e8ede91cc795148b87c5942d9 /docs/contributing.md | |
parent | fca204d8335b407236e16e639099a7696f9563ee (diff) |
Link to code of conduct (#5165)
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 |