-
Notifications
You must be signed in to change notification settings - Fork 163
docs: update team management and contributor tracking documentation #318
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
Open
MohamedFazil1406
wants to merge
1
commit into
OpenSource-Communities:main
Choose a base branch
from
MohamedFazil1406:patch-2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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 hidden or 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 |
|---|---|---|
|
|
@@ -107,19 +107,17 @@ By building a core group of community members, you can ensure that your project | |
|
|
||
| To foster the growth of these new talents, you can provide them with mentorship, feedback, and opportunities for leadership roles within the project. Investing in these contributors can build a solid and sustainable community to help your project thrive over the long term. | ||
|
|
||
| ### Identify New Talents with OpenSauced | ||
| ### Identify New Talents Using GitHub | ||
|
|
||
| You can utilize OpenSauced [Repository Insights](https://opensauced.pizza/docs/features/repo-insights/) and [Contributor Insights](https://opensauced.pizza/docs/features/contributor-insights/) features to identify new talents by tracking active project contributors. | ||
| GitHub provides several built-in tools to help identify contributors who consistently make meaningful contributions to your project. Reviewing repository activity over time can help you recognize contributors who may be ready to take on greater responsibilities. | ||
|
|
||
| #### 1. Using Repository Insights | ||
| #### 1. Using GitHub Repository Insights | ||
|
|
||
| You can list the projects you maintain on a Repository Insights Page. This feature allows you to monitor your projects' activity and identify contributors who actively contribute to and impact them. | ||
| GitHub's **Insights → Contributors** and **Insights → Pulse** pages provide an overview of repository activity and contributor participation. Reviewing pull requests, issues, and discussions can help you identify contributors who consistently submit high-quality work, collaborate effectively, and remain active over time. | ||
|
|
||
| You can find more information about your contributors in the Contributors dashboard. It allows you to view their activity level, the date of their last contribution, and the number of contributions. It also gives you information on their time zone and the languages they use most. Learn more about Repository Insights for maintainers and how to create one on [OpenSauced Docs](https://opensauced.pizza/docs/maintainers/maintainers-guide-to-open-sauced/#repository-insights-connecting-your-repositories). | ||
| #### 2. Reviewing Contributor Activity | ||
|
|
||
| #### 2. Using Contributor Insights | ||
|
|
||
| After identifying potential new talents for your projects, you can select and add them to the list of a new or existing Contributor Insights Page. This feature enables you to monitor and analyze your contributors' activity levels and contributions more deeply, such as tracking the number of commits and pull requests they have made. You can read more about Contributor Insights for maintainers and how to create one on [OpenSauced Docs](https://opensauced.pizza/docs/maintainers/maintainers-guide-to-open-sauced/#contributor-insights-connecting-with-contributors). | ||
| After identifying promising contributors within your repository, you can review their broader open source activity using **Contributor.info**. This provides additional context about their public contributions across repositories and can complement GitHub's native repository insights when evaluating potential maintainers or long-term collaborators. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The contributor.info that mentioned in the issue is this: https://contributor.info/ Then explain how this tool works and why it's useful to monitor and analize contributors activity or repo health. |
||
|
|
||
| ## Conclusion | ||
|
|
||
|
|
||
Oops, something went wrong.
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.
I'm not sure about the last sentence because it's a manual labor. As the title stated "Identify New Talents with GitHub", we want to explore what tools on GitHub that can help maintainers to identify new talents.