Skip to content

Commit

Permalink
Move style guide to docs dir (denoland#5174)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed May 9, 2020
1 parent f184332 commit 5de077a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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
-->
4 changes: 2 additions & 2 deletions docs/contributing.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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

Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions docs/toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"children": {
"building_from_source": "Building from source",
"development_tools": "Development tools",
"style_guide": "Style guide",
"architecture": "Architecture"
}
},
Expand Down

0 comments on commit 5de077a

Please sign in to comment.