1
0
mirror of synced 2026-01-22 00:01:39 -05:00
Files
docs/translations/ru-RU/content/github/visualizing-repository-data-with-graphs/viewing-a-projects-contributors.md
James M. Greene 885da5b3d3 Local run of Translations patching process over batch (#19360)
* New Crowdin translations by Github Action

* Reset broken translated files to English

* Ran script/i18n/homogenize-frontmatter.js

* Ran script/fix-translation-errors.js

* Reverted translated files with parsing and rendering errors

* fix malformed liquid

* add next directory to exclude list

* currentversion -> currentVersion

* fix liquid errors

* fix liquid errors

* Reset broken translated files to English

* Ran script/i18n/homogenize-frontmatter.js

* Revert /ja/github/authenticating-to-github/about-authentication-with-saml-single-sign-on

* Reset known broken translation files LAST

* Run script/i18n/homogenize-frontmatter.js

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
2021-05-18 15:07:05 +00:00

3.0 KiB

title, intro, redirect_from, product, versions, topics
title intro redirect_from product versions topics
Viewing a project's contributors You can see who contributed commits to a repository{% if currentVersion == "free-pro-team@latest" %} and its dependencies{% endif %}.
/articles/i-don-t-see-myself-in-the-contributions-graph/
/articles/viewing-contribution-activity-in-a-repository/
/articles/viewing-a-projects-contributors
{% data reusables.gated-features.repository-insights %}
free-pro-team enterprise-server github-ae
* * *
Repositories

About contributors

You can view the top 100 contributors to a repository{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}, including commit co-authors,{% endif %} in the contributors graph. Merge commits and empty commits aren't counted as contributions for this graph.

{% if currentVersion == "free-pro-team@latest" %} You can also see a list of people who have contributed to the project's Python dependencies. To access this list of community contributors, visit https://github.com/REPO-OWNER/REPO-NAME/community_contributors. {% endif %}

Accessing the contributors graph

{% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.accessing-repository-graphs %} 3. In the left sidebar, click Contributors. Contributors tab 4. Optionally, to view contributors during a specific time period, click, then drag until the time period is selected. Selected time range in the contributors graph

Troubleshooting contributors

If you don't appear in a repository's contributors graph, it may be because:

  • You aren't one of the top 100 contributors.
  • Your commits haven't been merged into the default branch.
  • The email address you used to author the commits isn't connected to your account on {% data variables.product.product_name %}.

{% tip %}

Tip: To list all commit contributors in a repository, see "Repositories."

{% endtip %}

If all your commits in the repository are on non-default branches, you won't be in the contributors graph. For example, commits on the gh-pages branch aren't included in the graph unless gh-pages is the repository's default branch. To have your commits merged into the default branch, you can create a pull request. For more information, see "About pull requests."

If the email address you used to author the commits is not connected to your account on {% data variables.product.product_name %}, your commits won't be linked to your account, and you won't appear in the contributors graph. For more information, see "Setting your commit email address{% if currentVersion != "github-ae@latest" %}" and "Adding an email address to your {% data variables.product.product_name %} account{% endif %}."