Skip to content

Commit 26618c2

Browse files
committed
Contributing documentation.
1 parent c85eb85 commit 26618c2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,13 @@ Once the build finishes, a child process is spawned firing both a python and nod
7272
* `dev`: switch for development environments. This causes scripts to only execute once. Useful for running HMR on webpack-dev-server. **Default: true**
7373
* `verbose`: enable for verbose output. **Default: false**
7474

75+
### Developing
76+
77+
If opening a pull request, create an issue describing a fix or feature. Have your pull request point to the issue by writing your commits with the issue number in the message.
78+
79+
Make sure you lint your code by running `npm run lint` and you can build the library by running `npm run build`.
80+
81+
I appreciate any feed back as well, Thanks for helping!
82+
7583
### Contributions
7684
Yair Tavor

0 commit comments

Comments
 (0)