summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2016-06-08 16:40:12 -0700
committerRich Trott <rtrott@gmail.com>2016-06-10 21:57:20 -0700
commit47b9b14574e6bcb8bb9bfbd0e5e886b289966448 (patch)
treee7e48428b9534ea732a63af22ba5a4ef950f7a6d /.github
parentf2c59d965885efc5878a3c0e797005666e7d7bc9 (diff)
downloadandroid-node-v8-47b9b14574e6bcb8bb9bfbd0e5e886b289966448.tar.gz
android-node-v8-47b9b14574e6bcb8bb9bfbd0e5e886b289966448.tar.bz2
android-node-v8-47b9b14574e6bcb8bb9bfbd0e5e886b289966448.zip
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')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md6
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