This page lists recommendations and requirements for how to best contribute to pam-jit. We strive to obey these as best as possible. As always, thanks for contributing – we hope these guidelines make it easier and shed some light on our approach and processes.
Use GitHub Issues page to submit issues, enhancement requests and discuss ideas.
- Ensure the bug/feature was not already reported by searching on GitHub. If none exists, create a new issue so that other contributors can keep track of what you are trying to add/fix and offer suggestions (or let you know if there is already an effort in progress).
- Clone the forked repo to your machine.
- Commit changes to your own branch.
- Push your work back up to your fork.
- Submit a Pull Request against the
master
branch and refer to the issue(s) you are fixing. Try not to pollute your pull request with unintended changes. Keep it simple and small.
NOTE: Be sure to sync your fork before making a pull request.
Follow the Code of Conduct.
By contributing your code, you agree to license your contribution under the terms of the BSD 3-Clause.