diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-10-06 10:40:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-06 10:40:48 +0200 |
| commit | 6b8aef5103e6c77cc89ae4c7da959b39b1c4af4a (patch) | |
| tree | 2168235d90d375c48f067eeac24147ea5452c005 /.github | |
| parent | c7c767782538243ded64742dca9b34d6af74d62d (diff) | |
chore: update contributing.md and PR template (#7820)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3147bfbc4..ad1556aa9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,22 @@ <!-- Before submitting a PR, please read https://github.com/denoland/deno/blob/master/docs/contributing.md + +1. Give the PR a descriptive title. + + Examples of good title: + - fix(std/http): Fix race condition in server + - docs(console): Update docstrings + - feat(doc): Handle nested reexports + + Examples of bad title: + - fix #7123 + - update docs + - fix bugs + +2. Ensure there is a related issue and it is referenced in the PR text. +3. Ensure there are tests that cover the changes. +4. Ensure `cargo test` passes. +5. Ensure `./tools/format.py` passes without changing files. +6. Ensure `./tools/lint.py` passes. --> |
