Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.21 KB

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 1.21 KB

Contributing to Conjur

Thanks for your interest in Conjur. Before contributing, please take a moment to read and sign our Contributor Agreement. This provides patent protection for all Conjur users and allows CyberArk to enforce its license terms. Please email a signed copy to oss@cyberark.com.

Pull Request Workflow

  1. Search the open issues in GitHub to find out what has been planned
  2. Open an issue in this repository to propose changes or fixes
  3. Add the implementing label to the issue as you begin to work on it
  4. Run RSpec and Cucumber tests as described here, ensuring they pass
  5. Submit a pull request, and include a link to the issue in your PR description (e.g. Connected to #123)
  6. Add the implemented label to the issue, and ask another contributor to review and merge your code
  7. Close the issue

Style guide

Use this guide to maintain consistent style across the Conjur project.