You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,18 +31,18 @@ If you're new to the project and want to help, but don't know where to start, we
31
31
32
32
1. If you haven't already done so, sign a Contributor License Agreement (see details above).
33
33
2. Fork the desired repo, develop and test your code changes.
34
-
3. Submit a pull request.
34
+
3. Submit a pull request.
35
35
i. All code PR must be labeled with one of the following kinds
36
-
- `/kind feature` for PRs related to adding new features/tests
37
-
- `/kind bug` for PRs releated to bug fixes and patches
38
-
- `/kind api-change` for PRs releated to adding, removing, or otherwise changing an API
39
-
- `/kind cleanup` for PRs releated to code refactoring and cleanup
40
-
- `/kind deprecation` for PRs related to a feature/enhancement marked for deprecation
41
-
- `/kind design` for PRs releated to design proposals
42
-
- `/kind documentation` for PRs releated to documentation
43
-
- `/kind failing-test` for PRs releated to to a consistently or frequently failing test
44
-
- `/kind flake` for PRs related to a flaky test
45
-
- `/kind other` for PRs releated to updating dependencies, minor changes or other
36
+
- `/kind feature` for PRs related to adding new features/tests
37
+
- `/kind bug` for PRs related to bug fixes and patches
38
+
- `/kind api-change` for PRs related to adding, removing, or otherwise changing an API
39
+
- `/kind cleanup` for PRs related to code refactoring and cleanup
40
+
- `/kind deprecation` for PRs related to a feature/enhancement marked for deprecation
41
+
- `/kind design` for PRs related to design proposals
42
+
- `/kind documentation` for PRs related to documentation
43
+
- `/kind failing-test` for PRs related to to a consistently or frequently failing test
44
+
- `/kind flake` for PRs related to a flaky test
45
+
- `/kind other` for PRs related to updating dependencies, minor changes or other
46
46
ii.If the PR requires additional action from users switching to a new release, include the string "action required" in the PR release-notes.
47
47
iii.All code changes must be covered by unit tests and E2E tests. iv. All new features should come with user documentation.
48
48
4. Once the PR has been reviewed and is ready to be merged, commits should be [squashed](https://github.com/kubernetes/community/blob/master/contributors/guide/github-workflow.md#squash-commits).
0 commit comments