Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.58 KB

CONTRIBUTING.md

File metadata and controls

53 lines (34 loc) · 1.58 KB

Contributing Guide

Any contribution to this project means implicitly that you accept the code of conduct from this project.

Requirements

Optional:

Guidelines

Instructions

  1. Create a new branch with a short name that describes the changes that you intend to do. If you don't have permissions to create branches, fork the project and do the same in your forked copy.

  2. Do any change you need to do and add the respective tests.

  3. (Optional) Run make ci-race (or make ci if your platform doesn't support the Go's race conditions detector) in the project root folder to verify that everything is working.

  4. Create a pull request to the master branch.