Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

21 lines (16 loc) · 1.03 KB

Contributing

Note we have a code of conduct, please follow it in all your interactions with the project.

Ensure you've read through the documentation so you understand the core concepts of the project. If you're looking to get familiar with go, following the getting started guide can be a good starting point.

Pull Request Process

  1. Ensure any dependencies or build artifacts are removed/ignored before creating a commit.
  2. Commits follow the conventional commits guidelines. (You can look up the supported types along with an explanation here)
  3. Update the documentation with details of changes to the functionality, this includes new segments or core functionality.
  4. Pull Requests are merged once all checks pass and a project maintainer has approved it.