mirror of
https://github.com/denoland/deno.git
synced 2024-12-21 23:04:45 -05:00
docs: add contributing guide
This commit is contained in:
parent
b7ebc1b699
commit
8020f5fc0b
2 changed files with 19 additions and 0 deletions
9
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
9
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
<!--
|
||||
|
||||
Thank you for your pull request. Before submitting, please make sure the following is done.
|
||||
|
||||
1. Ensure ./tools/test.py passes.
|
||||
2. Format your code with ./tools/format.py
|
||||
3. Make sure ./tools/lint.py passes.
|
||||
|
||||
-->
|
10
README.md
10
README.md
|
@ -119,3 +119,13 @@ Other useful commands:
|
|||
./third_party/depot_tools/gn help
|
||||
|
||||
Env vars: `DENO_BUILD_MODE`, `DENO_BUILD_PATH`, `DENO_BUILD_ARGS`.
|
||||
|
||||
## Contributing
|
||||
|
||||
1. Fork [this repository](https://github.com/denoland/deno) and create your branch from `master`.
|
||||
2. Make your change.
|
||||
3. Ensure `./tools/test.py` passes.
|
||||
4. Format your code with `./tools/format.py`.
|
||||
5. Make sure `./tools/lint.py` passes.
|
||||
6. Send a pull request.
|
||||
7. Sign the [CLA](https://cla-assistant.io/denoland/deno), if you haven't already.
|
||||
|
|
Loading…
Reference in a new issue