Reviewer guidelines
Be proffesional. When it's possible - follow general golang code review guidelines.
Contributing guidelines
Please check out Effective Go as a base source of rules for this project.
If it's possible please: follow rules listed in code review guidelines remember that any newly added exported from package (by using capitalized name) function, structure, interface, has to have doc comment * consider adding issue to our issue tracker if you will find any deviation from this rules in our existing code