Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 699 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (9 loc) · 699 Bytes

Coding Style

Please adopt the coding style outlined in Effective Go as much as possible. Before commiting, execute the go fmt command on your code and fix everything that comes up.

Creating Issues

When you create issues, if possible, stick to the provided templates. Try to search if your question was already asked and answered before submiting an issue. Include as much information as possible.

Taking on an issue

If you want to take on an issue and fix it, that's great! Help is always appreciated. Please comment in the issue that you would like to work on it. If you are done, open a pull request. I will try to review it as soon as possible.