Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.39 KB

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 1.39 KB

Contributing to pam-jit

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.

Issues, requests & ideas

Use GitHub Issues page to submit issues, enhancement requests and discuss ideas.

Contributing

  1. 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).
  2. Clone the forked repo to your machine.
  3. Commit changes to your own branch.
  4. Push your work back up to your fork.
  5. 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.

Code of Conduct

Follow the Code of Conduct.

License

By contributing your code, you agree to license your contribution under the terms of the BSD 3-Clause.