This project uses gitflow, here some documentation about how gitflow works
Bugs, RFE or others should be documented in the issues.
- Before opening an issue, search open and closed issues to ensure the issue has not ben reported previously.
- Ensure the issue can be reproduced with the latest
development
version. - The issue should contain detailed instructions and when possible logs, as well as the expected result.
- Include details of the environment where it's running, e.g. Debian Jessie, CentOS 7.3, etc.
- For RFE explain Why would this feature be useful?
Code contributions are greatly appreciated, please make sure you follow the guidelines below.
- Made against the
development
branch. - Made from a git feature/fix branch.
- Associated to a documented issue.
- Are not made against the
development
branch - Are made by editing files via the GitHub website
- Does not have a documented issue for it.
There is no enforcement of a code guideline, as there is no standard for it; this styleguide is to some extent being used, hence recommended. Shell Style Guide.