1
0
mirror of synced 2025-12-21 10:57:10 -05:00

Merge branch 'main' into content-fix

This commit is contained in:
Ethan Palm
2021-05-17 17:09:58 -04:00
committed by GitHub
35 changed files with 6624 additions and 832 deletions

View File

@@ -13,7 +13,7 @@ topics:
---
You must choose or generate a password for your {% data variables.product.product_name %} account that is at least:
- Eight characters long, if it includes a number and a lowercase letter, or
- {% if enterpriseServerVersions contains currentVersion %}Seven{% else %}Eight{% endif %} characters long, if it includes a number and a lowercase letter, or
- 15 characters long with any combination of characters
To keep your account secure, we recommend you follow these best practices:

View File

@@ -85,9 +85,11 @@ This example illustrates how a {% data variables.product.prodname_dotcom %} user
This example illustrates how a {% data variables.product.prodname_dotcom %} user created a pull request in our documentation open source repository to fix a typo.
In the **Conversation** tab of the pull request, the author explain why they created the pull request.
![Example of pull request - Conversation tab](/assets/images/help/pull_requests/pr-conversation-example.png)
The **Files changed** tab of the pull request shows the implemented fix.
![Example of pull request - Files changed tab](/assets/images/help/pull_requests/pr-files-changed-example.png)
- This contributor notices a typo in the repository.

View File

@@ -28,7 +28,7 @@ You can also see a list of people who have contributed to the project's Python d
{% data reusables.repositories.accessing-repository-graphs %}
3. In the left sidebar, click **Contributors**.
![Contributors tab](/assets/images/help/graphs/contributors_tab.png)
4. Optionally, to view contributors during a specific time period, click, then drag until the time period is selected.
4. Optionally, to view contributors during a specific time period, click, then drag until the time period is selected. The contributors graph sums weekly commit numbers onto each Sunday, so your time period must include a Sunday.
![Selected time range in the contributors graph](/assets/images/help/graphs/repo_contributors_click_drag_graph.png)
### Troubleshooting contributors