docs(README): link CONTRIBUTING

This commit is contained in:
Nico Rehwaldt 2016-07-04 14:38:51 +02:00 committed by GitHub
parent 91dd1b696c
commit b1b0fa0266
1 changed files with 4 additions and 2 deletions

View File

@ -79,10 +79,12 @@ Perform the following steps to build the library, including running all tests:
```
cd bpmn-js
npm install
grunt
npm run all
```
When building the latest development snapshot you may need to perform [additional project setup](https://github.com/bpmn-io/bpmn-js/blob/master/docs/project/SETUP.md).
You may need to perform [additional project setup](https://github.com/bpmn-io/bpmn-js/blob/master/docs/project/SETUP.md) when building the latest development snapshot.
Please checkout our [contributing guidelines](https://github.com/bpmn-io/bpmn-js/blob/master/CONTRIBUTING.md) if you plan to file an issue or pull request.
## Related