mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 07:53:06 +01:00
25 lines
869 B
Markdown
25 lines
869 B
Markdown
|
### 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:_
|
||
|
|
||
|
- [ ] Does `make -j8 test` (UNIX) or `vcbuild test nosign` (Windows) pass with
|
||
|
this change (including linting)?
|
||
|
- [ ] Is the commit message formatted according to [CONTRIBUTING.md][0]?
|
||
|
- [ ] If this change fixes a bug (or a performance problem), is a regression
|
||
|
test (or a benchmark) included?
|
||
|
- [ ] 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._
|
||
|
|
||
|
### 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
|