Skip to content

Commit 6022aa5

Browse files
Update CONTRIBUTING.md
Co-authored-by: Dushyant Behl <[email protected]> Signed-off-by: Sukriti Sharma <[email protected]>
1 parent 6e81aea commit 6022aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ from Kubernetes.
3333
When your contribution is ready, you can create a pull request. Pull requests are often referred to as "PR". In general, we follow the standard [GitHub pull request](https://help.github.com/en/articles/about-pull-requests) process. Follow the template to provide details about your pull request to the maintainers.
3434
1. It's best to break your contribution into smaller PRs with incremental changes, and include a good description of the changes.
3535
2. We require new unit tests to be contributed with any new functionality added.
36-
3. For any new feature or capability, documentation is a MUST. Features will not be announced in releases without documentation on how to use them. This is common practice in any open-sourced repository.
36+
3. We require each feature to be documented as part of the PR. If certain feature is experimental and not documented it will be announced as a dev preview.
3737

3838
Before sending pull requests, make sure your changes pass formatting, linting and unit tests. These checks will run with the pull request builds. Alternatively, you can run the checks manually on your local machine [as specified below](#development).
3939

0 commit comments

Comments
 (0)