File tree Expand file tree Collapse file tree 4 files changed +38
-54
lines changed
Expand file tree Collapse file tree 4 files changed +38
-54
lines changed Original file line number Diff line number Diff line change 1+ <!--
2+ Thank you for your pull request. Please review below requirements.
3+ Bug fixes and new features should include tests and possibly benchmarks.
4+ Contributors guide: https://github.com/eggjs/egg/blob/master/CONTRIBUTING.md
5+
6+ 感谢您贡献代码。请确认下列 checklist 的完成情况。
7+ Bug 修复和新功能必须包含测试,必要时请附上性能测试。
8+ Contributors guide: https://github.com/eggjs/egg/blob/master/CONTRIBUTING.md
9+ -->
10+
11+ ##### Checklist
12+ <!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
13+
14+ - [ ] ` npm test ` passes
15+ - [ ] tests and/or benchmarks are included
16+ - [ ] documentation is changed or added
17+ - [ ] commit message follows commit guidelines
18+
19+ ##### Affected core subsystem(s)
20+ <!-- Provide affected core subsystem(s). -->
21+
22+
23+ ##### Description of change
24+ <!-- Provide a description of the change below this comment. -->
Original file line number Diff line number Diff line change 11# cnode
22
3- [ ![ Build Status] ( https://travis-ci.org/cnodejs/egg-cnode.svg?branch=master )] ( https://travis-ci.org/cnodejs/egg-cnode )
3+ [ ![ build status] [ travis-image ]] [ travis-url ]
4+ [ ![ Test coverage] [ codecov-image ]] [ codecov-url ]
5+ [ ![ David deps] [ david-image ]] [ david-url ]
6+ [ ![ Known Vulnerabilities] [ snyk-image ]] [ snyk-url ]
7+
8+ [ travis-image ] : https://img.shields.io/travis/cnodejs/egg-cnode.svg?style=flat-square
9+ [ travis-url ] : https://travis-ci.org/cnodejs/egg-cnode
10+ [ codecov-image ] : https://img.shields.io/codecov/c/github/cnodejs/egg-cnode.svg?style=flat-square
11+ [ codecov-url ] : https://codecov.io/gh/cnodejs/egg-cnode
12+ [ david-image ] : https://img.shields.io/david/cnodejs/egg-cnode.svg?style=flat-square
13+ [ david-url ] : https://david-dm.org/cnodejs/egg-cnode
14+ [ snyk-image ] : https://snyk.io/test/github/cnodejs/egg-cnode/badge.svg?style=flat-square
15+ [ snyk-url ] : https://snyk.io/test/github/cnodejs/egg-cnode
16+
417
518## QuickStart
619
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments