Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 929 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (14 loc) · 929 Bytes

Contributing to Recon

Recon is under active development. So, before you start writing code, discuss it by opening an issue.

Issues

Please file bugs in the issues section detailing the problem completely.

Pull Requests

Before submitting a pull request, please make sure the following is done

  1. Fork the repo and create your branch from master.
  2. If you've added code that should be tested, add tests!
  3. If you've changed APIs, update the documentation.
  4. Ensure the code comments are succinct enough.
  5. Ensure you have followed the Code Review Comments
  6. Run your code through goimports, golint and vet

License

By contributing to Recon, you agree that your contributions will be licensed under its BSD license.