Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.58 KB

CONTRIBUTING.md

File metadata and controls

52 lines (34 loc) · 1.58 KB

Contributing Guide

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 main branch.