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.
- No committing into master
- No single committing - every change needs it's own branch
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.