diff --git a/.github/ISSUE_TEMPLATE/join_org.md b/.github/ISSUE_TEMPLATE/join_org.md index d12f9971..44706a33 100644 --- a/.github/ISSUE_TEMPLATE/join_org.md +++ b/.github/ISSUE_TEMPLATE/join_org.md @@ -4,29 +4,27 @@ about: Request to join or modify Kubeflow GitHub membership --- -/kind area/process +# Membership Request -Please read the [guide lines](https://www.kubeflow.org/docs/about/contributing/#joining-the-community) for joining the Kubeflow GitHub org before opening an issue +Please read the [guidelines](https://www.kubeflow.org/docs/about/contributing/#joining-the-community) for joining the Kubeflow GitHub org before opening an issue **Please provide links to PRs or other contributions (2-3):** +**Please list 2 existing members who are sponsoring your membership:** -** Please list 2 existing members who are sponsoring your membership:** - -** Please test your PR ** +## Please test your PR Run -``` +```bash cd github_orgs pytest test_org_yaml.py ``` + Include the output in the PR -**Additional Instructions** +## Additional Instructions -After your PR is merged please wait at least 1 hour for changes to propogate. +After your PR is merged please wait at least 1 hour for changes to propogate. If after an hour you haven't recieved an invite to join the GitHub org please open an issue. - -You can contact build copy in #buildcop in kubeflow.slack.com \ No newline at end of file diff --git a/README.md b/README.md index 84a11acd..da749435 100644 --- a/README.md +++ b/README.md @@ -7,26 +7,24 @@ For Google Groups in kubeflow.org, refer to `google_groups` subfolder. Run `pytest` after modifying `org.yaml`. Currently, this must be run manually. This test run automatically in a future change. -## Joining Kubeflow GitHub organization +## Joining the Kubeflow GitHub organization To join the Kubeflow GitHub organization, complete the following steps: -* Read the [guidelines for joining the Kubeflow GitHub org](https://www.kubeflow.org/docs/about/contributing/#joining-the-community) - before opening an issue. +* Read the [guidelines for joining the Kubeflow GitHub org](https://www.kubeflow.org/docs/about/contributing/#joining-the-community) before opening an issue. * **Provide 2-3 links to PRs or other contributions.** * **List 2 existing members who are sponsoring your membership.** * **Test your PR by running the following:** - ``` + ```bash cd github-orgs pytest test_org_yaml.py ``` + Include the output in the PR. -**Additional Instructions** +### Additional Instructions After your PR is merged, wait at least 1 hour for changes to propagate. If, after an hour, you haven't recieved an invite to join the Kubeflow GitHub org, open an issue. - -You can contact build cop in the #buildcop channel of [kubeflow.slack.com](https://kubeflow.slack.com).