Move style guide to docs dir (#5174)

This commit is contained in:
Ryan Dahl 2020-05-09 09:05:23 -04:00 committed by GitHub
parent f184332c09
commit 5de077ab65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,4 @@
<!--
Before submitting a PR, please read https://deno.land/std/manual.md#contributing
Before submitting a PR, please read
https://github.com/denoland/deno/blob/master/docs/contributing.md
-->

View File

@ -1,6 +1,6 @@
# Contributing
- Read the [style guide](style_guide.md).
- Read the [style guide](contributing/style_guide.md).
- Please don't make [the benchmarks](https://deno.land/benchmarks.html) worse.
@ -16,7 +16,7 @@
## Development
Instructions on how to build from source can be found
[here](./building-from-source).
[here](./contributing/building_from_source.md).
## Submitting a Pull Request

View File

@ -65,6 +65,7 @@
"children": {
"building_from_source": "Building from source",
"development_tools": "Development tools",
"style_guide": "Style guide",
"architecture": "Architecture"
}
},