Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 779 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 779 Bytes

How to contribute

Getting Started

Making Changes

We are following Gitflow workflow.

  • Create feature branch from master branch called feature/{ISSUE} where {ISSUE} is GitHub issue identifier e.g. feature/123
  • Make commits of logical units
  • Don't forget about tests! :)
  • Stick to code standards

Submiting Changes

  1. Push your branch to base repository
  2. Submit a pull request to master branch
  3. Wait for someone to review your changes and merge it
  4. If your pull request is tagged as To correct you should fix your code as soon as possible and go back to point 3.