Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.04 KB

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 1.04 KB

Contributing to Marksman

Marksman 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.
  7. Ensure that the changes you made are compatible with recond.

License

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