1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00

Link to code of conduct (#5165)

This commit is contained in:
Ryan Dahl 2020-05-08 17:51:41 -04:00 committed by GitHub
parent fca204d833
commit 9a0bf201c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,18 @@
# Contributing # Contributing
- Read the [style guide](style_guide.md). - 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. - Please don't make [the benchmarks](https://deno.land/benchmarks.html) worse.
- Ask for help in the [community chat room](https://discord.gg/TGMHGv6). - 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 - If you are going to work on an issue, mention so in the issue comments
_before_ you start working on the issue. _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 ## Development
Instructions on how to build from source can be found Instructions on how to build from source can be found