Skip to content

Commit

Permalink
Update the contributing section of the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
csouchet committed Sep 16, 2020
1 parent 715de12 commit bdb8ead
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,18 @@ Then, we will work on BPMN extensions, library extension points, display options
capacities.


# Development
# Contributing

To build the project, see the [Contributing guide](CONTRIBUTING.md#Build) :slightly_smiling_face:
To contribute to `bpmn-visualization`, fork and clone this repo locally and commit your code on a separate branch. \
Please write tests for your code before opening a pull-request:

```sh
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).

:sparkles: A BIG thanks to all our contributors :slightly_smiling_face:

# License

Expand Down

0 comments on commit bdb8ead

Please sign in to comment.