CONTRIBUTING.md
August 10, 2019 ยท View on GitHub
Issues
Please format your issues in such a way as to help others who might be facing similar challenges. Give your issues meaningful titles, that offer context and helps us and the community to understand and quickly ramp up on it.
We are grateful for any issues submitted. Questions, feature requests or ideas are welcomed.
Pull Requests
Try to keep pull requests tidy, and be prepared for feedback. Everyone is welcomed to contribute.
Formatting Go Code
To get your pull request merged, Golang files must be formatted using the go fmt tool.
Linting
Go code must pass lint checks.