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:
parent
fca204d833
commit
9a0bf201c2
1 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue