Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 429 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 429 Bytes

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 and go vet
  • Once the pull request is submitted, it'll be tested and merged.