Skip to content

Commit

Permalink
improved membership request template
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Dowler <[email protected]>
  • Loading branch information
dandawg committed Feb 5, 2025
1 parent e071341 commit 029a107
Showing 1 changed file with 24 additions and 20 deletions.
44 changes: 24 additions & 20 deletions .github/ISSUE_TEMPLATE/join_org.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,29 @@ about: Request to join or modify Kubeflow GitHub membership

# Membership Request

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 test your PR

Run

```bash
cd github_orgs
pytest test_org_yaml.py
```

Include the output in the PR
## Instructions
Please read the [guidelines](https://www.kubeflow.org/docs/about/contributing/#joining-the-community) for joining the Kubeflow GitHub org before opening an issue.

### Provide links to your PRs or other contributions (2-3):

### List 2 existing members who are sponsoring your membership:

### Create a new membership pull request (PR):
- Fork the [kubeflow/internals-acls](https://github.com/kubeflow/internal-acls/) repo and clone it locally.
- Modify [github-orgs/kubeflow/org.yaml](github-orgs/kubeflow/org.yaml) to include your GitHub username in the appropriate places.
- In the `org.kubeflow.members` list
- If you work for a company that is recognized by the Kubeflow project, then in your company team list (check `org.kubeflow.teams`)
- Test your code changes with:
```bash
cd github_orgs
pytest test_org_yaml.py
```
Confirm that the test run passed, and make sure to copy the test output so you can include it in your PR description (on GitHub).
- Push your changes to your `kubeflow/internals-acls` repository fork.
- Open a PR from the [kubeflow/internals-acls](https://github.com/kubeflow/internal-acls/) repo.
- Your PR will be reviewed by someone from the Kubeflow team. Work with your reviewers to address any outstanding issues.

## Additional Instructions

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.
- After your PR is merged please wait at least 1 hour for changes to propagate.
- You will receive an email invite (to your GitHub associated email address) to join Kubeflow on GitHub. Follow the instructions on the email to accept your invitation.
- If after an hour you haven't received an invite to join the GitHub org (or your invite has expired) please open an issue.

0 comments on commit 029a107

Please sign in to comment.