Skip to content

Commit 8a4fda5

Browse files
jlewik8s-ci-robot
authored andcommitted
Create a list of companies/organizations contributing to Kubeflow (kubeflow#63)
* Start a file to keep track of organizations participating in Kubeflow. * With Kubeflow around the corner we want to be sure to aknowledge the companies/organizations who are participating in Kubeflow. * I think starting a file in source control is the best way to manage this over time. * * Add information to the README about adding yourself or company.
1 parent a595169 commit 8a4fda5

File tree

2 files changed

+55
-7
lines changed

2 files changed

+55
-7
lines changed

CONTRIBUTING.md

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# Kubeflow Contributor Guide
22

3-
Our PR workflow is nearly identical to Kubernetes'. Much of this doc is a
4-
modified version of Kubernetes' [contributors](https://github.com/kubernetes/community/blob/master/contributors/guide/README.md)
5-
and [owners](https://github.com/kubernetes/community/blob/master/contributors/guide/owners.md#code-review-using-owners-files)
6-
guides.
7-
83
## Welcome
94

105
Welcome to the Kubeflow project! This document is the single source of truth
@@ -17,7 +12,7 @@ you find something is missing or incorrect.
1712
- [Your First Contribution](#your-first-contribution)
1813
- [Find something to work on](#find-something-to-work-on)
1914
- [Starter issues](#starter-issues)
20-
- [Owners](#owners)
15+
- [Owners files and PR workflow](#owners)
2116
- [Overview of OWNERS files](#overview-of-owners-files)
2217
- [OWNERS](#owners-1)
2318
- [OWNERS_ALIASES](#owners_aliases)
@@ -66,8 +61,34 @@ the following tags:
6661
* [`help wanted`](https://github.com/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+org%3Akubeflow+archived%3Afalse+label%3A%22help+wanted%22)
6762
* [`starter`](https://github.com/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+org%3Akubeflow+archived%3Afalse+label%3A%22starter%22)
6863

64+
# Joining the community
65+
66+
Follow these instructions if
67+
68+
* You want to become a member of the Kubeflow GitHub org (so you can trigger tests)
69+
* Become part of the Kubeflow build cop or release teams
70+
* Be recognized as an individual or organization as contributing to Kubeflow
71+
72+
## Individual contributors
73+
74+
Please send a PR adding yourself to [members](https://github.com/kubeflow/community/blob/master/members.yaml)
6975

70-
# Owners
76+
* The only **required** field is your GitHub id
77+
* This is a **prerequisite** for joining the GitHub org
78+
79+
## Companies/Organizations
80+
81+
If you would like your company or organization to be acknowledged for contributing to
82+
Kubeflow or participatng in the community (being a user counts) please send a PR
83+
adding the relevant info to[member_organizations.yaml](https://github.com/kubeflow/community/blob/master/member_organizations.yaml).
84+
85+
86+
# Owners files and PR workflow
87+
88+
Our PR workflow is nearly identical to Kubernetes'. Most of these instructions are a
89+
modified version of Kubernetes' [contributors](https://github.com/kubernetes/community/blob/master/contributors/guide/README.md)
90+
and [owners](https://github.com/kubernetes/community/blob/master/contributors/guide/owners.md#code-review-using-owners-files)
91+
guides.
7192

7293
## Overview of OWNERS files
7394

member_organizations.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# This file provides information about companies/organizations
2+
# that would like to be acknowledged as contributing/participating in
3+
# Kubeflow.
4+
#
5+
# Required fields:
6+
# name - The name of the company or organization.
7+
# contacts - A list of email addresses for the primary contacts for
8+
# the organization.
9+
#
10+
# Optional fields
11+
# url - Url for the organization
12+
# hiringForKubeflow - true/false whether the orgniazation is hiring for Kubeflow related
13+
# positions
14+
# hiringUrl - A URL for potential job applicants.
15+
#
16+
# We do not infer organizations based on affiliation in members.yaml because
17+
# some members may be contributing as individuals and not part of a deeper involvement
18+
# with Kubeflow for their company/organization.
19+
20+
- name: Google
21+
contacts:
22+
- aronchick@google.com
23+
- ewj@google.com
24+
- jlewi@google.com
25+
url: https://cloud.google.com/products/machine-learning/
26+
hiringForKubeflow: true
27+
hiringUrl: https://goo.gl/Q85pzF

0 commit comments

Comments
 (0)