diff options
author | Rich Trott <rtrott@gmail.com> | 2016-06-08 16:40:12 -0700 |
---|---|---|
committer | Evan Lucas <evanlucas@me.com> | 2016-06-15 18:15:25 -0500 |
commit | b5e44df9a3fb7a03c2be70e5cfca20818c1eecbd (patch) | |
tree | 897ec03ff79f00965bc2eccc3805337d457a5c3e /.github/PULL_REQUEST_TEMPLATE.md | |
parent | 40a5974a0ebebe1553b363a65aa629bec2431340 (diff) | |
download | node-new-b5e44df9a3fb7a03c2be70e5cfca20818c1eecbd.tar.gz |
doc: make pull request template more concise
PR-URL: https://github.com/nodejs/node/pull/7239
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: cjihrig - Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 04ced4834f..3ce7dac0f7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,11 +1,9 @@ <!-- Thank you for your pull request. Please review below requirements. -If this aims to fix a regression or you’re adding a feature, make sure you also -write a test. If possible, include a benchmark that quantifies your changes. +Bug fixes and new features should include tests and possibly a benchmark. -Finally, read through our contributors guide and make adjustments as necessary: -https://github.com/nodejs/node/blob/master/CONTRIBUTING.md +Contributors guide: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md --> ##### Checklist |