Workflow
June 9, 2017 ยท View on GitHub
This project uses gitflow, here some documentation about how gitflow works
Issues
Bugs, RFE or others should be documented in the issues.
Guidelines
- 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
developmentversion. - 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?
Pull Requests
Code contributions are greatly appreciated, please make sure you follow the guidelines below.
Pull requests should be
- Made against the
developmentbranch. - Made from a git feature/fix branch.
- Associated to a documented issue.
Pull requests will not be accepted that
- Are not made against the
developmentbranch - Are made by editing files via the GitHub website
- Does not have a documented issue for it.
Coding Guidelines
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.