Skip to content

Commit 191d58a

Browse files
atian25JacksonTian
authored andcommitted
chore: template & badge
1 parent ef07c18 commit 191d58a

File tree

4 files changed

+38
-54
lines changed

4 files changed

+38
-54
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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. -->

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
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

README.zh-CN.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

appveyor.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)