File tree 1 file changed +6
-10
lines changed
1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 1
- <!--
2
- Thank you for your pull request. Please provide a description above and review
3
- the requirements below.
1
+ <!-- Please provide a description and review the requirements below -->
4
2
5
- Bug fixes and new features should include tests and possibly benchmarks.
6
-
7
- Contributors guide: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md
8
- -->
3
+ ##### Description
4
+ <!-- Description goes here -->
9
5
10
6
##### Checklist
11
7
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
12
8
13
9
- [ ] ` make -j4 test ` (UNIX), or ` vcbuild test ` (Windows) passes
14
- - [ ] tests and/ or benchmarks are included
15
- - [ ] documentation is changed or added
16
- - [ ] commit message follows [ commit guidelines ] ( https://github.com/nodejs/node/blob/master/doc/guides/contributing/pull-requests .md#commit-message-guidelines )
10
+ - [ ] ` make -j4 test-taint ` (UNIX) or ` vcbuild test-taint ` (Windows) passes
11
+ - [ ] Documentation is changed or added in [ GitHub Wiki ] ( https://github.wdf.sap.corp/security-services/taint-node/wiki )
12
+ - [ ] Taint API version updated in `` src/node_version.h `` and `` README .md`` according to semantic versioning rules
You can’t perform that action at this time.
0 commit comments