Marksman is under active development. So, before you start writing code, discuss it by opening an issue.
Please file bugs in the issues section detailing the problem completely.
Before submitting a pull request, please make sure the following is done
- Fork the repo and create your branch from
master
. - If you've added code that should be tested, add tests!
- If you've changed APIs, update the documentation.
- Ensure the code comments are succinct enough.
- Ensure you have followed the
Code Review Comments
. - Run your code through
goimports
,golint
andvet
. - Ensure that the changes you made are compatible with
recond
.
By contributing to Marksman, you agree that your contributions will be licensed under its BSD license.