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

Add PR template for moving up the contributor ladder #190

Closed
wants to merge 1 commit into from
Closed
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
24 changes: 24 additions & 0 deletions ladder/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Moving up the [Contributor Ladder](https://github.com/cilium/community/blob/main/CONTRIBUTOR-LADDER.md)

```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking at the rendered version, this verbatim formatting is causing the links below to not be rendered correctly.

## Adding Yourself as an [Org Member](https://github.com/cilium/community/blob/main/ladder/members.yaml)
If this pull request is to add yourself to the Cilium Organization:
1. Review the [qualifications](https://github.com/cilium/community/blob/main/CONTRIBUTOR-LADDER.md#organization-member)
2. Add a list of your previous contributions to the pull request description. This helps reviewers understand your involvement and context

## Adding Yourself as a Reviewer
If this pull request is to add yourself as a [reviewer for a specific team](https://github.com/cilium/community/tree/main/ladder/teams):
1. Ensure that you are already a Cilium Org Member
2. Review the [qualifications](https://github.com/cilium/community/blob/main/CONTRIBUTOR-LADDER.md#reviewer)
3. Add a list of your previous contributions to the pull request description. This helps reviewers understand your involvement and context
```

## My Relevant Contributions to the Cilium Project:
- Link to issues you have opened. Check this with https://github.com/cilium/cilium/issues?q=is%3Aissue+author%3AGITHUB-USER-ID
- Link to pull requests you have reviewed. Check this with https://github.com/cilium/cilium/pulls?q=is%3Apr+reviewed-by%3AGITHUB-USER-ID
- Link to pull requests you have authored. Check this with https://github.com/cilium/cilium/pulls?q=is%3Aopen%7Cclosed+author%3AGITHUB-USER-ID
- Links to discussions or issues you actively participated in
- Other relevant community involvement

## Additional Notes
Add any other information or context for the reviewers