From 1db31a34948eee311abd9881bbf5d906d0cd678b Mon Sep 17 00:00:00 2001 From: Jeremiah Senkpiel Date: Fri, 24 Jun 2016 14:33:57 +0200 Subject: [PATCH] doc: minor rewording to the GitHub issue/pr templates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Templates are now a bit more consistent with phrasing. - Simplified a bit. PR-URL: https://github.com/nodejs/node/pull/7403 Reviewed-By: Claudio Rodriguez Reviewed-By: Rich Trott Reviewed-By: Minwoo Jung Reviewed-By: Michaƫl Zasso --- .github/ISSUE_TEMPLATE.md | 8 ++++---- .github/PULL_REQUEST_TEMPLATE.md | 13 ++++++------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 3ae4132fbc..4c115cb593 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,9 +1,9 @@ @@ -9,15 +9,14 @@ Contributors guide: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md ##### Checklist -- [ ] `make -j4 test` (UNIX) or `vcbuild test nosign` (Windows) passes -- [ ] a test and/or benchmark is included +- [ ] `make -j4 test` (UNIX), or `vcbuild test nosign` (Windows) passes +- [ ] tests and/or benchmarks are included - [ ] documentation is changed or added -- [ ] the commit message follows commit guidelines - +- [ ] commit message follows commit guidelines ##### Affected core subsystem(s) - + ##### Description of change - +