Skip to content

Commit

Permalink
Add labels info
Browse files Browse the repository at this point in the history
  • Loading branch information
enxebre committed Feb 23, 2023
1 parent f0d9745 commit 85f0748
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/contribute/index.md
Expand Up @@ -14,3 +14,4 @@ Thanks for your interest in contributing to HyperShift. Here are some guidelines
* Always keep refactorings (how we do something) separate from logic changes (what we do).
* Keep changes scoped to one thing and as minimal as possible. If you find additional things along the way that you feel should be improved, do that in a separate pull request. This helps ensure that you will get a timely review of your change, as a series of small pull requests is a lot easier to review than one big pull request that changes 10 independent things for independent reasons.
* Before submitting the pull request on GitHub, look at your changes and try to view them from the eyes of a reviewer. Try to find the aspects that might not immediately make sense for someone else and explain them in the pull request description. Also, ensure that the previous point (scoped to one thing and as minimal as possible) was followed.
* This repository is the base code for the Hypershift Operator and the Control Plane Operator (belongs to the OCP payload) so they might have different release cadence. To make it clear which component your PR impacts please use `area/hypershift-operator` and `area/control-plane-operator` labels.

0 comments on commit 85f0748

Please sign in to comment.