Code Contribution Rules - Openvario/meta-openvario GitHub Wiki

Please follow these rules to get a structure into issues and pull-requests:

  1. There should be an issue ticket for each problem.

  2. Each PR has to have an associated issue

  3. Each PR is just one logical function or fix. Not a combination of fixes and functions from different topics.

  4. Every commit includes only one logical function or fix.

  5. Make clear PRs without reverting commits or things like that. It makes that changes unclear and very difficult to review.

  6. Please discuss/document the analysis of errors in the issue ticket and not in the PR.

  7. New features should be discussed in an issue ticket until there is a clear understanding and documentation of the new feature. After that the implementation can be submitted via a PR.