1# Contributing to openweathermap 2 3## Issues 4 5### Reporting an Issue 6 7* Please add an issue [here](https://github.com/briandowns/openweathermap/issues) and utilize the appropriate label. 8 9## Fixing Problems and/or Adding Features 10 11* Feel free to fork and fix an issue(s) or add a feature. 12* Please provide tests for the submitted code. 13* Run `go fmt` and `go vet` 14* Once the pull request is submitted, it'll be tested and merged. 15