Skip to content

Commit 0218232

Browse files
author
Sven
committed
docs: add contribution
1 parent 8dbcc70 commit 0218232

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
sudo: false
2-
dist: trusty
32
language: node_js
43
node_js:
54
- "6"
65

76
cache:
7+
yarn: true
88
directories:
99
- node_modules
1010

1111
script:
12-
- npm run lint
13-
- npm run build
12+
- yarn lint
13+
- yarn build
1414

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Get start with [React](https://facebook.github.io/react/), [Redux](http://redux.
2424
* [Live Development](#live-development)
2525
* [Deploy](#deploy)
2626
* [Code Style](#code-style)
27-
* [More](#more)
27+
* [Contribution](#contribution)
2828

2929
</details>
3030

@@ -181,6 +181,10 @@ yarn start
181181

182182
Refrence [airbnb/javascript](https://github.com/airbnb/javascript)[Javascript Standard Style](https://standardjs.com/rules-zhcn.html#javascript-standard-style) and [standard-react](https://github.com/standard/eslint-config-standard-react),we set up [.eslintrc](https://github.com/YutHelloWorld/vortex-react/blob/master/.eslintrc)
183183

184-
## More
184+
## Contribution
185+
186+
Thank you to all the people who already contributed to vortex-react!
187+
188+
- [Mrsususu](https://github.com/Mrsususu/)
189+
- [liadbiz](https://github.com/liadbiz)
185190

186-
Welcome PRs and issues!

0 commit comments

Comments
 (0)