mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
15 lines
429 B
Markdown
15 lines
429 B
Markdown
# Contributing to openweathermap
|
|
|
|
## Issues
|
|
|
|
### Reporting an Issue
|
|
|
|
* Please add an issue [here](https://github.com/briandowns/openweathermap/issues) and utilize the appropriate label.
|
|
|
|
## Fixing Problems and/or Adding Features
|
|
|
|
* Feel free to fork and fix an issue(s) or add a feature.
|
|
* Please provide tests for the submitted code.
|
|
* Run `go fmt` and `go vet`
|
|
* Once the pull request is submitted, it'll be tested and merged.
|