Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.6 KB

CONTRIBUTING.md

File metadata and controls

44 lines (28 loc) · 1.6 KB

Contributing to the Fast-Track program

Reading and following these guidelines will help us make the contribution process easy and effective for everyone involved. It also communicates that you agree to respect the time of the developers managing and developing this project.

Quicklinks

Code of Conduct

By participating and contributing to this project, you agree to uphold our Code of Conduct.

Getting Started

Contributions are made to this repo via Issues and Pull Requests (PRs).

Issues

Issues should be used to report problems, request a new feature, or to discuss potential changes before a PR is created.

Pull Requests

PRs to the project are always welcome and can be a quick way to get your fix or improvement implemented. In general, PRs should:

-Only fix/add the functionality in question. -Be accompanied by a complete Pull Request description.

In general, we follow the "fork-and-pull" Git workflow

  1. Fork the repository to your own Github account
  2. Clone the project to your machine
  3. Create a branch locally with a succinct but descriptive name
  4. Commit changes to the branch
  5. Following any formatting and testing guidelines specific to this repo
  6. Push changes to your fork
  7. Open a PR in our repository.

Getting Help

Join the #Kubernetes Slack channel and post your question there.