Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 212ea943c87..cfa00507b79 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,7 +1,3 @@
-### Description of change
-
-_Please provide a description of the change here._
-
### Pull Request check-list
_Please make sure to review and check all of these items:_
@@ -14,11 +10,15 @@ _Please make sure to review and check all of these items:_
- [ ] Is a documentation update included (if this change modifies
existing APIs, or introduces new ones)?
-_NOTE: these things are not required to open a PR and can be done afterwards /
-while the PR is open._
+_NOTE: these things are not required to open a PR and can be done
+afterwards / while the PR is open._
### Affected core subsystem(s)
_Please provide affected core subsystem(s) (like buffer, cluster, crypto, etc)_
[0]: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md#step-3-commit
+
+### Description of change
+
+_Please provide a description of the change here._