Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 410 Bytes

contributing.md

File metadata and controls

11 lines (6 loc) · 410 Bytes

Guidlines for contributing

Branching

Create a new branch for every bug and feature. Naming should follow feat/feature-name bug/bug-name for features and bugs respectivly. All branches should have connected issues and pull requests. For a branch to be merges it should pass all predifined tests and checks.

Commit messages

Commit messages should descriptive and to the point. A body may be added.