Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 679 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (14 loc) · 679 Bytes

Contributing Guide

There are several ways in which you may contribute to this project.

Read more on how to get the project up and running.

Submit a Pull Request

If you would like to submit a pull request make sure to

  • add test cases for the problem you are solving
  • stick to project coding conventions

Project Setup

Perform the following steps to get a development setup up and running.

  • git clone https://github.com/camunda/camunda-platform-7-mockito.git
  • cd camunda-platform-7-mockito
  • mvn clean package