Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.01 KB

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 1.01 KB

Contributing to Kubernetes-rbac-audit

Thanks for your interest in this project!

For general contribution and community guidelines, please see the community repo. In particular, before contributing please review our contributor licensing guide to ensure your contribution is compliant with our contributor license agreements.

Pull Request Workflow

  1. Search the [open issues][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][tests], 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