Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor README fixes #688

Merged
merged 3 commits into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
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
18 changes: 8 additions & 10 deletions .github/ISSUE_TEMPLATE/join_org.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).