summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2016-12-27 22:42:09 -0800
committerJames M Snell <jasnell@gmail.com>2016-12-29 09:58:10 -0800
commit8dcebe8c4209293f798bc22e414741010d0c01d2 (patch)
treed2d29aa14751617b63f1e060c0da399ac28e1465 /.github
parente407478ebe5d1a981f9f68e747b128d441ebcfcd (diff)
downloadandroid-node-v8-8dcebe8c4209293f798bc22e414741010d0c01d2.tar.gz
android-node-v8-8dcebe8c4209293f798bc22e414741010d0c01d2.tar.bz2
android-node-v8-8dcebe8c4209293f798bc22e414741010d0c01d2.zip
meta: modify pull request template for prepending
The GitHub interface for new pull requests has started prepending commit messages for single-commit pull requests. It had previously been appending them. Modify the GitHub template to accommodate the new behavior. PR-URL: https://github.com/nodejs/node/pull/10484 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 0cc8ca8d5e..f62bb1d118 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,5 +1,6 @@
<!--
-Thank you for your pull request. Please review below requirements.
+Thank you for your pull request. Please provide a description above and review
+the requirements below.
Bug fixes and new features should include tests and possibly benchmarks.
@@ -16,7 +17,3 @@ Contributors guide: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md
##### Affected core subsystem(s)
<!-- Provide affected core subsystem(s) (like doc, cluster, crypto, etc). -->
-
-
-##### Description of change
-<!-- Provide a description of the change below this comment. -->