mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
Move style guide to docs dir (#5174)
This commit is contained in:
parent
f184332c09
commit
5de077ab65
4 changed files with 5 additions and 3 deletions
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -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
|
||||||
-->
|
-->
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Contributing
|
# 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.
|
- Please don't make [the benchmarks](https://deno.land/benchmarks.html) worse.
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
Instructions on how to build from source can be found
|
Instructions on how to build from source can be found
|
||||||
[here](./building-from-source).
|
[here](./contributing/building_from_source.md).
|
||||||
|
|
||||||
## Submitting a Pull Request
|
## Submitting a Pull Request
|
||||||
|
|
||||||
|
|
|
@ -65,6 +65,7 @@
|
||||||
"children": {
|
"children": {
|
||||||
"building_from_source": "Building from source",
|
"building_from_source": "Building from source",
|
||||||
"development_tools": "Development tools",
|
"development_tools": "Development tools",
|
||||||
|
"style_guide": "Style guide",
|
||||||
"architecture": "Architecture"
|
"architecture": "Architecture"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue