Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 900 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (19 loc) · 900 Bytes

Contributing

Configuring your workstation

Required tools

  • Visual studio code to edit the project.
  • Ansible v2.9.x or more than.

Pull Request Process

  1. Ensure any install or build dependencies are removed before the end of the layer when doing a build.
  2. Update the README.md with details of changes to the interface, this includes new environment variables, exposed ports, useful file locations and container parameters.
  3. The versioning scheme we use is SemVer.
  4. You may merge the Pull Request in once you have the sign-off.

Git Workflow

We use the workflow with GitFlow branchs.

Commit Messages

Use the specification Conventional Commits v1.0.0 with that adaptations:

<type>[@username]: <description>

[optional body]

[optional footer(s)]