From 87863a253465d4b23b8a909707d4512a3e73c90c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9line=20Souchet?= Date: Mon, 21 Sep 2020 10:01:41 +0200 Subject: [PATCH] Update readmes --- README.md | 2 +- docs/development/README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88dd6e3946..ce3f904d75 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Please write tests for your code before opening a pull-request: npm run test # run all unit & e2e tests ``` -You can find more detail in our [Contributing guide](CONTRIBUTING.md#Build). Participation in this open source project is subject to a [Code of Conduct](CODE_OF_CONDUCT.md). +You can find more detail in our [Contributing guide](CONTRIBUTING.md). Participation in this open source project is subject to a [Code of Conduct](CODE_OF_CONDUCT.md). :sparkles: A BIG thanks to all our contributors :slightly_smiling_face: diff --git a/docs/development/README.md b/docs/development/README.md index 7b90b0f923..3fc125a600 100644 --- a/docs/development/README.md +++ b/docs/development/README.md @@ -6,4 +6,8 @@ Information about the library internals are available in the [architecture folde Here are some tips to help during development: - [how to support new BPMN elements](./bpmn-support-how-to.md) - [mxgraph version bump](./mxgraph-version-bump.md) +- [IDE configuration](./ide-configuration.md) +- [how to build & code style](./development.md) - [testing](./testing.md) +- [how to submit us your work](./pull-request.md) +- [for the maintainers](./maintainers.md)