Contributing to Baton

February 16, 2018 ยท View on GitHub

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.