Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (8 loc) · 561 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (8 loc) · 561 Bytes

Contributing to Baton

Before you start, please ensure you understand the details around code of conduct and licensing mentioned in README.md

If you want to help improve Baton, you can do so in three easy steps!

Step 1: Fork the repository

Step 2: Make the changes on your fork and add meaningful commit messages

Step 3: Open a pull request to merge the changes with this repository

Code Formatting

Ensure that you run gofmt -w file.go against any file which you have modified to ensure consistent formatting across the project.