We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247fdaf commit 290a0e3Copy full SHA for 290a0e3
ReadMe.md
@@ -33,3 +33,20 @@ You can disable each types of checks via `.textlintrc`.
33
```
34
35
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