[Accessibility] Update 14 images in /repository for accessibility (#36621)
|
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 96 KiB |
BIN
assets/images/help/repository/comment-menu-delete.png
Normal file
|
After Width: | Height: | Size: 96 KiB |
BIN
assets/images/help/repository/comment-menu-edit.png
Normal file
|
After Width: | Height: | Size: 96 KiB |
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 110 KiB |
BIN
assets/images/help/repository/comment-menu-hide.png
Normal file
|
After Width: | Height: | Size: 96 KiB |
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 102 KiB |
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 91 KiB |
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 71 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 102 KiB |
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 61 KiB |
|
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 127 KiB |
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 86 KiB |
@@ -45,7 +45,8 @@ In your organization's repositories, blocked users also cannot:
|
||||
1. Navigate to the comment whose author you would like to block.
|
||||
1. In the upper-right corner of the comment, click {% octicon "kebab-horizontal" aria-label="Show options" %}, then click **Block user**.
|
||||
|
||||

|
||||

|
||||
|
||||
1. If you'd like to set a time limit for the block, select the **Block user** dropdown menu, and click the amount of time you'd like to block the user.
|
||||
1. If you'd like to hide all of the comments the user has made in the organization, select **Hide this user's comments** and choose a reason.
|
||||
1. If you'd like to notify the user why they're being blocked, select **Send a notification to this user**.
|
||||
|
||||
@@ -27,7 +27,8 @@ If you selected a specific amount of time to block the user, they will be automa
|
||||
1. Navigate to the comment whose author you would like to unblock.
|
||||
1. In the upper-right corner of the comment, click {% octicon "kebab-horizontal" aria-label="Show options" %}, then click **Unblock user**.
|
||||
|
||||

|
||||

|
||||
|
||||
1. To confirm you would like to unblock the user, click **OK**.
|
||||
|
||||
## Unblocking a user in the organization settings
|
||||
|
||||
@@ -26,13 +26,10 @@ If a comment is off-topic, outdated, or resolved, you may want to hide a comment
|
||||
|
||||
1. Navigate to the comment you'd like to hide.
|
||||
2. In the upper-right corner of the comment, click {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %}, then click **Hide**.
|
||||

|
||||
|
||||

|
||||
|
||||
3. Using the "Choose a reason" drop-down menu, click a reason to hide the comment. Then click, **Hide comment**.
|
||||
{% ifversion fpt or ghec %}
|
||||

|
||||
{% else %}
|
||||

|
||||
{% endif %}
|
||||
|
||||
## Unhiding a comment
|
||||
|
||||
@@ -41,7 +38,8 @@ If a comment is off-topic, outdated, or resolved, you may want to hide a comment
|
||||
1. Navigate to the comment you'd like to unhide.
|
||||
1. On the right side of the comment, click **{% octicon "fold" aria-hidden="true" %} Show comment**.
|
||||
1. On the right side of the expanded comment, select the {% octicon "kebab-horizontal" aria-label="Show options" %} dropdown menu, then click **Unhide**.
|
||||

|
||||
|
||||

|
||||
|
||||
## Editing a comment
|
||||
|
||||
@@ -53,7 +51,7 @@ Sometimes it may make sense to clearly indicate edits and their justification.
|
||||
|
||||
That said, anyone with read access to a repository can view a comment's edit history. The **edited** dropdown at the top of the comment contains a history of edits showing the user and timestamp for each edit.
|
||||
|
||||

|
||||

|
||||
|
||||
## Redacting sensitive information
|
||||
|
||||
@@ -62,7 +60,8 @@ Comment authors and anyone with write access to a repository can also delete sen
|
||||
1. Navigate to the comment you'd like to edit.
|
||||
1. In the upper-right corner of the comment, click {% octicon "kebab-horizontal" aria-label="Show options" %}, then click **Edit**.
|
||||
|
||||

|
||||

|
||||
|
||||
1. In the comment window, delete the content you'd like to remove, then type `[REDACTED]` to replace it.
|
||||
1. At the bottom of the comment, type a note indicating that you have edited the comment, and optionally, why you edited the comment.
|
||||
1. Click **Update comment**.
|
||||
@@ -89,7 +88,7 @@ Deleting a comment creates a timeline event that is visible to anyone with read
|
||||
|
||||
1. Navigate to the comment you'd like to delete.
|
||||
2. In the upper-right corner of the comment, click {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %}, then click **Delete**.
|
||||

|
||||

|
||||
3. Optionally, write a comment noting that you deleted a comment and why.
|
||||
|
||||
{% ifversion fpt or ghec %}
|
||||
|
||||
@@ -79,12 +79,14 @@ When you created your new repository, you initialized it with a *README* file. *
|
||||
Let's commit a change to the README file.
|
||||
|
||||
1. In your repository's list of files, select **README.md**.
|
||||

|
||||
|
||||

|
||||
{% data reusables.repositories.edit-file-button %}
|
||||
3. In the text box, type some information about yourself.
|
||||
{% data reusables.files.preview_change %}
|
||||
1. Review the changes you made to the file. You will see the new content in green.
|
||||

|
||||
1. Review the changes you made to the file. If you select **Show diff**, you will see the new content in green.
|
||||
|
||||

|
||||
{% data reusables.files.write_commit_message %}
|
||||
{% data reusables.files.choose_commit_branch %}
|
||||
{% data reusables.files.propose_file_change %}
|
||||
|
||||
@@ -54,9 +54,9 @@ If you create a new clone of the repository, you won't lose any of your Git hist
|
||||
|
||||
6. [Create a new repository](/repositories/creating-and-managing-repositories/creating-a-new-repository) on {% data variables.product.product_name %}.
|
||||
|
||||
7. At the top of your new repository on {% ifversion ghae %}{% data variables.product.product_name %}{% else %}{% data variables.location.product_location %}{% endif %}'s Quick Setup page, click {% octicon "clippy" aria-label="The copy to clipboard icon" %} to copy the remote repository URL.
|
||||
7. At the top of your new repository on {% ifversion ghae %}{% data variables.product.product_name %}{% else %}{% data variables.location.product_location %}{% endif %}'s Quick Setup page, click {% octicon "copy" aria-label="Copy to clipboard" %} to copy the remote repository URL.
|
||||
|
||||

|
||||

|
||||
|
||||
{% tip %}
|
||||
|
||||
|
||||
@@ -87,8 +87,9 @@ After you've initialized a Git repository, you can push the repository to {% dat
|
||||
{% mac %}
|
||||
|
||||
{% data reusables.migrations.create-empty-repo %}
|
||||
1. At the top of your repository on {% ifversion ghae %}{% data variables.product.product_name %}{% else %}{% data variables.location.product_location %}{% endif %}'s Quick Setup page, click {% octicon "clippy" aria-label="The copy to clipboard icon" %} to copy the remote repository URL.
|
||||

|
||||
1. At the top of your repository on {% ifversion ghae %}{% data variables.product.product_name %}{% else %}{% data variables.location.product_location %}{% endif %}'s Quick Setup page, click {% octicon "copy" aria-label="Copy to clipboard" %} to copy the remote repository URL.
|
||||
|
||||

|
||||
{% data reusables.command_line.open_the_multi_os_terminal %}
|
||||
1. Change the current working directory to your local project.
|
||||
1. [Add the URL for the remote repository](/get-started/getting-started-with-git/managing-remote-repositories) where your local repository will be pushed.
|
||||
@@ -109,8 +110,9 @@ After you've initialized a Git repository, you can push the repository to {% dat
|
||||
{% windows %}
|
||||
|
||||
{% data reusables.migrations.create-empty-repo %}
|
||||
1. At the top of your repository on {% ifversion ghae %}{% data variables.product.product_name %}{% else %}{% data variables.location.product_location %}{% endif %}'s Quick Setup page, click {% octicon "clippy" aria-label="The copy to clipboard icon" %} to copy the remote repository URL.
|
||||

|
||||
1. At the top of your repository on {% ifversion ghae %}{% data variables.product.product_name %}{% else %}{% data variables.location.product_location %}{% endif %}'s Quick Setup page, click {% octicon "copy" aria-label="Copy to clipboard" %} to copy the remote repository URL.
|
||||
|
||||

|
||||
{% data reusables.command_line.open_the_multi_os_terminal %}
|
||||
1. Change the current working directory to your local project.
|
||||
1. In the Command prompt, [add the URL for the remote repository](/get-started/getting-started-with-git/managing-remote-repositories) where your local repository will be pushed.
|
||||
@@ -131,8 +133,9 @@ After you've initialized a Git repository, you can push the repository to {% dat
|
||||
{% linux %}
|
||||
|
||||
{% data reusables.migrations.create-empty-repo %}
|
||||
1. At the top of your repository on {% ifversion ghae %}{% data variables.product.product_name %}{% else %}{% data variables.location.product_location %}{% endif %}'s Quick Setup page, click {% octicon "clippy" aria-label="The copy to clipboard icon" %} to copy the remote repository URL.
|
||||

|
||||
1. At the top of your repository on {% ifversion ghae %}{% data variables.product.product_name %}{% else %}{% data variables.location.product_location %}{% endif %}'s Quick Setup page, click {% octicon "copy" aria-label="Copy to clipboard" %} to copy the remote repository URL.
|
||||
|
||||

|
||||
{% data reusables.command_line.open_the_multi_os_terminal %}
|
||||
1. Change the current working directory to your local project.
|
||||
1. [Add the URL for the remote repository](/get-started/getting-started-with-git/managing-remote-repositories) where your local repository will be pushed.
|
||||
|
||||
@@ -40,7 +40,6 @@ Files that you add to a repository via a browser are limited to {% data variable
|
||||
{% data reusables.files.write_commit_message %}
|
||||
{% data reusables.files.choose_commit_branch %}
|
||||
1. Click **Commit changes**.
|
||||

|
||||
|
||||
## Adding a file to a repository using the command line
|
||||
|
||||
|
||||
@@ -75,7 +75,7 @@ If your precise results appear inaccurate, you can file a support request.
|
||||
|
||||
Cross-repo code navigation is available for languages that are supported by precise code navigation and the dependency graph. For more information, see "[AUTOTITLE](/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph)." With cross-repo code navigation, you can jump to the definition of functions or variables defined in dependencies imported by your project if that dependency is a repository hosted by {% data variables.product.prodname_dotcom %}. Cross-repo code navigation does not support find-all-references requests at this time.
|
||||
|
||||

|
||||

|
||||
|
||||
## Troubleshooting code navigation
|
||||
|
||||
|
||||
@@ -148,14 +148,15 @@ If you want to find a certain value in your dataset, you can start typing in the
|
||||
|
||||
### Handling errors
|
||||
|
||||
Occasionally, you may discover that your CSV or TSV file isn't rendering. In those instances, an error box appears at the bottom of your raw text, suggesting what the error may be.
|
||||
Occasionally, you may discover that your CSV or TSV file isn't rendering. In those instances, a message appears above your raw text, suggesting what the error may be.
|
||||
|
||||

|
||||

|
||||
|
||||
Common errors include:
|
||||
|
||||
* Mismatched column counts. You must have the same number of separators in each row, even if the cell is blank
|
||||
* Exceeding the file size. Our rendering only works for files up to 512KB. Anything bigger than that slows down the browser.
|
||||
* Using unsupported delimiters, such as semicolons instead of commas.
|
||||
|
||||
## Rendering PDF documents
|
||||
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
1. Above the list of files, using the **Add file** drop-down, click **Create new file**.
|
||||

|
||||
1. Above the list of files, select the **Add file** dropdown, then click **Create new file**.
|
||||
|
||||

|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
1. Optionally, to get a link to a specific line in the logs, click on the step's line number. You can then copy the link from the address bar of your web browser.
|
||||
|
||||

|
||||

|
||||
|
||||