Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion content/en/docs/about/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ weight = 20
aliases = ["/docs/contributing/"]
+++

This document is the single source of truth for how to contribute to the code base.
This document is the single source of truth for how to contribute to Kubeflow.
We'd love to accept your patches and contributions to this project.
There are just a few small guidelines you need to follow.

Expand Down Expand Up @@ -95,6 +95,16 @@ To ensure smooth collaboration and avoid duplicate work, please follow these gui

Following these guidelines helps maintain a collaborative and efficient community, reduces wasted effort, and ensures everyone's contributions are valued.

### Contributions outside the Kubeflow components (including non-technical contributions)

- **Documentation**: Contribute to technical documentation by improving the accuracy and clarity of Kubeflow technical documentation and/or fixing stale information and ensuring all new content follows the standards set in the [Kubeflow Documentation Style Guide](style-guide.md).
- **Blog posts**: Contribute to Kubeflow blog and/or CNCF about Kubeflow to help the community to gain more knowledge on Kubeflow. The content can take different forms from learn from real-world use cases, Kubeflow integrations, news about releases, contributions or practical use cases.
- **Event outreach**: Contribute to outreach activities by bringing awareness of kubeflow with activities such as:
speaking at events, representing Kubeflow at community booths/tables, helping organize an event, Program committee or Program Chairs.
- **Community Engagement**: Engagement with end-users, contributors (Kubeflow community) participating or leading community meetings, social media management/promotion, discussions with end-users and contributors to enrich the kubeflow ecosystem.
- **Technical Content**: Creating webinars, demos, tutorials that showcase Kubeflow use cases and Kubeflow ecosystem including integrations, solution architectures, publications, e-books, books, white papers.
- **Website contributions**: Contributing to website desing, new content creation, website maintenance and/or contributing to PR's review.

## Owners files and PR workflow

Our PR workflow is nearly identical to Kubernetes'.
Expand Down