Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 714 Bytes

CONTRIBUTION.md

File metadata and controls

11 lines (6 loc) · 714 Bytes

How to contribute to MIRACUM Mapper Backend

  • Please create an Issue desribing the problem you want to solve (e.g a Bug) or the feature you want to add.

  • Either first fork the repository and then create a new branch or create a new branch directly in the repository. The branch should be named according to the issue you are working on (e.g. 1234-new-feature).

  • Make your changes and commit them. Please make sure that the code is properly formatted and that the tests are passing.

  • Push your changes to the repository and create a Pull Request. The Pull Request should reference the Issue you are working on.

  • After the Pull Request got reviewed and approved, it will be merged into the main branch.