-
Notifications
You must be signed in to change notification settings - Fork 78
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
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
``` | ||
## 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 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.