Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.15 KB

CONTRIBUTING.md

File metadata and controls

31 lines (24 loc) · 1.15 KB

fiflo - contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repo before making a change.

Workflow

Branching

V. Driessen's model/Gitflow Workflow Only with: master, develop and hotifx branches.

Version scheme

SemVer

Coding rules

GNU's Writing C but with some exceptions:

  • don't put additional spaces before braces or parenthesis,
  • keep data type in the same line as a function name,
  • place pointers' asterisks stuck on to a type name.

Merge request

  • As the source base and it's develop branch can be found on GitLab It would great to use that platform by You to improve the code.

  • Before requesting any change, check that your code matches basic standards described above and test it using the default Linux tty. Also You can open an issue instead of a request.

  • Note that the maintainer is responsible for merging, tagging and versioning.