mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
429 B
429 B
Contributing to openweathermap
Issues
Reporting an Issue
- Please add an issue here 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
andgo vet
- Once the pull request is submitted, it'll be tested and merged.