Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 566 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 566 Bytes

How to Contribute

Bug Reports and Feature Requests

Please use the issue tracker to report any bugs or file feature requests.

Developing

PRs are welcome. To begin developing, do this:

  1. Clone repo and create a new branch: $ git checkout https://github.com/alichtman/stronghold -b name_for_new_branch.
$ git clone "https://github.com/vatsa287/cli-weather"
$ git checkout -b name_for_new_branch
  1. Make changes and test
  2. Submit Pull Request with comprehensive description of changes