Skip to content

Commit 290a0e3

Browse files
committed
Add tests, contribution and license sections
[skip ci]
1 parent 247fdaf commit 290a0e3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

ReadMe.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,20 @@ You can disable each types of checks via `.textlintrc`.
3333
```
3434

3535
For available check types, see [btford/write-good#checks](https://github.com/btford/write-good#checks)
36+
37+
## Tests
38+
```
39+
npm test
40+
```
41+
42+
## Contribution
43+
44+
1. Fork it!
45+
2. Create your feature branch: `git checkout -b my-new-feature`
46+
3. Commit your changes: `git commit -am 'Add some feature'`
47+
4. Push to the branch: `git push origin my-new-feature`
48+
5. Submit a pull request :D
49+
50+
## License
51+
52+
MIT License (http://nodaguti.mit-license.org/)

0 commit comments

Comments
 (0)