From 9a0bf201c2d76364038f431dccfbf67922796382 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 8 May 2020 17:51:41 -0400 Subject: [PATCH] Link to code of conduct (#5165) --- docs/contributing.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/contributing.md b/docs/contributing.md index 5394405bbb..c650af79d7 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