Browse Source

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>
v6.x
Rich Trott 9 years ago
committed by Evan Lucas
parent
commit
b5e44df9a3
  1. 6
      .github/PULL_REQUEST_TEMPLATE.md

6
.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

Loading…
Cancel
Save