docs(README): link CONTRIBUTING
This commit is contained in:
parent
91dd1b696c
commit
b1b0fa0266
|
@ -79,10 +79,12 @@ Perform the following steps to build the library, including running all tests:
|
||||||
```
|
```
|
||||||
cd bpmn-js
|
cd bpmn-js
|
||||||
npm install
|
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
|
## Related
|
||||||
|
|
Loading…
Reference in New Issue