Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 656 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (13 loc) · 656 Bytes

Contribution guide

If you want to collaborate - fork and do it on your branch. This repo will be contributed only by rules below!

All tasks MUST be first placed into JIRA - if you don't have access you may try to contact me, but I guess I won't give it anyways.

Main rules

  • No committing into master
  • No single committing - every change needs it's own branch

Naming rules

Branch should be named in following pattern:

JIRA-NR_Short_Desc

Pull request should be named:

[JIRA-NR] Human readable name

Every pull request needs to pass check by Github Actions!

Later on all commits of branch are being squashed and merged into master.