Skip to content

Commit 8b7a8fd

Browse files
authored
Create CONTRIBUTING.md
1 parent ec3e674 commit 8b7a8fd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Contributing
2+
3+
1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it locally
4+
2. Install the dependencies: `npm install` or `yarn`
5+
3. Run `npm link` or `yarn link` to link the scripts found in `bin` for testing terminal commands
6+
4. Before submitting a pull request, run `npm test` or `yarn test`

0 commit comments

Comments
 (0)