Skip to content

Commit 6a4fdb5

Browse files
indutnyrvagg
authored andcommitted
github: put description of PR to the end of tmpl
It looks like github appends commit log right after the template contents. Seeing this it does not look logical to ask for details first. This commit puts `Description of change` part to the end of the template. PR-URL: #5378 Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent 82e95cb commit 6a4fdb5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
### Description of change
2-
3-
_Please provide a description of the change here._
4-
51
### Pull Request check-list
62

73
_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:_
1410
- [ ] Is a documentation update included (if this change modifies
1511
existing APIs, or introduces new ones)?
1612

17-
_NOTE: these things are not required to open a PR and can be done afterwards /
18-
while the PR is open._
13+
_NOTE: these things are not required to open a PR and can be done
14+
afterwards / while the PR is open._
1915

2016
### Affected core subsystem(s)
2117

2218
_Please provide affected core subsystem(s) (like buffer, cluster, crypto, etc)_
2319

2420
[0]: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md#step-3-commit
21+
22+
### Description of change
23+
24+
_Please provide a description of the change here._

0 commit comments

Comments
 (0)