Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 490 Bytes

howto_contribute.md

File metadata and controls

11 lines (8 loc) · 490 Bytes

Contributing

The page describes how we work with this repository.

General principles

  • Please don't push changes to the master directly. Allow your changes to be peer reviewed.
  • Please use dev branch for things that may break existing features.
  • Please use master branch for production deployments.
  • Please don't use forced push as it will break things for other contributors.
  • Tag versions so that we can use specific versions. We need to come up with strategy for this.