Skip to content

Commit 41c2f49

Browse files
committed
Add contributing instructions
1 parent e0cb033 commit 41c2f49

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/intro.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,22 @@ Issues
172172
We have obviously not tested this on every website. If you run into an issue, or find a way the automatic
173173
detection could be better, please create an Issue. If you can include a test case, that's even better.
174174

175+
Contributing
176+
------------
177+
178+
PRs Welcome!
179+
180+
Building requires node.js.
181+
182+
```bash
183+
npm install
184+
grunt
185+
```
186+
187+
You can also run `grunt watch` to have it automatically build as you make changes.
188+
189+
There is no need to include compiled files in PRs.
190+
175191
Credits
176192
-------
177193

0 commit comments

Comments
 (0)