Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.13 KB

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 1.13 KB

Hurray! We are glad that you want to contribute to our project! 🎊

Please follow standard github best practices: fork the repo, branch from master, make some commits, and submit a pull request.Please make sure to use gofmt before every commit - the easiest way to do this is have your editor run it for you upon saving a file.

Getting Started

If this is your first time contributing to a projects the following resources can help you get started

  • This is a video tutorial to get started contributing to a go project
  • This is similar textual version of the above tutorial
  • If you are new to github this is a good one to look up.

Claiming an issue

If you see an issue that you'd like to work on, please just post a comment saying that you want to work on it. Something like "I want to work on this" is fine.

Dependencies

We use dep to manage dependencies.

https://opensource.guide/how-to-contribute