Adding fixes for alt image text period (#37646)

Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
This commit is contained in:
Grace Park 2023-06-08 09:22:37 -07:00 коммит произвёл GitHub
Родитель 62cbee4a58
Коммит 0b3540d1a6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
65 изменённых файлов: 119 добавлений и 110 удалений

Просмотреть файл

@ -21,7 +21,7 @@ You can add personal information about yourself in your bio, like previous place
{% data reusables.profile.profile-readme %}
![Profile README file displayed on profile](/assets/images/help/repository/profile-with-readme.png)
![Profile README file displayed on profile.](/assets/images/help/repository/profile-with-readme.png)
{% endif %}

Просмотреть файл

@ -45,7 +45,7 @@ Before you can connect your {% ifversion fpt or ghec %}{% data variables.product
1. Sign in to {% data variables.product.prodname_ghe_server %} and {% data variables.product.prodname_dotcom_the_website %}.
1. On {% data variables.product.prodname_ghe_server %}, in the upper-right corner of any page, click your profile photo, then click **Settings**.
![Settings icon in the user bar](/assets/images/help/settings/userbar-account-settings.png)
![Settings icon in the user bar.](/assets/images/help/settings/userbar-account-settings.png)
{% data reusables.github-connect.github-connect-tab-user-settings %}
{% data reusables.github-connect.connect-dotcom-and-enterprise %}
1. Review the resources that {% data variables.product.prodname_ghe_server %} will access from your {% data variables.product.prodname_dotcom_the_website %} account, then click **Authorize**.
@ -55,7 +55,7 @@ Before you can connect your {% ifversion fpt or ghec %}{% data variables.product
1. Sign in to {% data variables.product.prodname_ghe_managed %} and {% data variables.product.prodname_dotcom_the_website %}.
1. On {% data variables.product.prodname_ghe_managed %}, in the upper-right corner of any page, click your profile photo, then click **Settings**.
![Settings icon in the user bar](/assets/images/help/settings/userbar-account-settings.png)
![Settings icon in the user bar.](/assets/images/help/settings/userbar-account-settings.png)
{% data reusables.github-connect.github-connect-tab-user-settings %}
{% data reusables.github-connect.connect-dotcom-and-enterprise %}
{% data reusables.github-connect.authorize-connection %}

Просмотреть файл

@ -42,7 +42,7 @@ If you have configured environment protection rules that control whether softwar
1. Navigate to the workflow run. For more information about navigating to a workflow run, see "[AUTOTITLE](/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history)."
1. To the right of **Deployment protection rules**, click **Start all waiting jobs**.
![Screenshot of the "Deployment protection rules" section with the "Start all waiting jobs" button outlined in orange](/assets/images/actions-bypass-env-protection-rules.png)
![Screenshot of the "Deployment protection rules" section with the "Start all waiting jobs" button outlined in orange.](/assets/images/actions-bypass-env-protection-rules.png)
1. In the pop-up window, select the environments for which you want to bypass environment protection rules.
1. Under **Leave a comment**, enter a description for bypassing the environment protection rules.
1. Click **I understand the consequences, start deploying**.

Просмотреть файл

@ -50,7 +50,7 @@ To configure provisioning for your {% data variables.enterprise.prodname_emu_ent
1. Under **Note**, give your token a descriptive name.
2. Select the **Expiration** dropdown menu, then click **No expiration**.
3. Select the **admin:enterprise** scope.
![Screenshot showing the admin:enterprise scope](/assets/images/help/enterprises/enterprise-pat-scope.png)
![Screenshot showing the admin:enterprise scope.](/assets/images/help/enterprises/enterprise-pat-scope.png)
4. Click **Generate token**.
5. To copy the token to your clipboard, click {% octicon "copy" aria-label="Copy token" %}.

Просмотреть файл

@ -75,9 +75,9 @@ Organization owners and team maintainers can manage the existing connection betw
{% data reusables.organizations.specific_team %}
{% data reusables.organizations.team_settings %}
1. Optionally, under "Identity Provider Group", to the right of the IdP group you want to disconnect, click {% octicon "x" aria-label="X symbol" %}.
![Unselect a connected IdP group from the GitHub team](/assets/images/enterprise/github-ae/teams/unselect-idp-group.png)
![Unselect a connected IdP group from the GitHub team.](/assets/images/enterprise/github-ae/teams/unselect-idp-group.png)
1. To connect an IdP group, under "Identity Provider Group", select the drop-down menu, and click an identity provider group from the list.
![Drop-down menu to choose identity provider group](/assets/images/enterprise/github-ae/teams/choose-an-idp-group.png)
![Drop-down menu to choose identity provider group.](/assets/images/enterprise/github-ae/teams/choose-an-idp-group.png)
1. Click **Save changes**.
## Viewing IdP groups, group membership, and connected teams

Просмотреть файл

@ -58,7 +58,7 @@ You can map a team in your enterprise to an Okta group you previously pushed to
{% data reusables.organizations.specific_team %}
{% data reusables.organizations.team_settings %}
6. Under "Identity Provider Group", select the drop-down menu and click an identity provider group.
![Drop-down menu to choose identity provider group](/assets/images/enterprise/github-ae/teams/choose-an-idp-group.png)
![Drop-down menu to choose identity provider group.](/assets/images/enterprise/github-ae/teams/choose-an-idp-group.png)
7. Click **Save changes**.
## Checking the status of your mapped teams

Просмотреть файл

@ -160,7 +160,7 @@ You can view a list of all dormant users {% ifversion ghes or ghae %} who have n
![Screenshot of the tabs above an organization name. The "People" tab is highlighted with an orange outline.](/assets/images/help/enterprises/emu-organization-people-tab.png)
4. Above the list of members, click **Type**, then select the type of members you want to view.
![Screenshot of the "Type" button](/assets/images/help/enterprises/filter-by-member-type.png)
![Screenshot of the "Type" button.](/assets/images/help/enterprises/filter-by-member-type.png)
{% endif %}

Просмотреть файл

@ -30,7 +30,7 @@ You can add multiple public keys to your account on {% data variables.product.pr
{% ifversion upload-expired-or-revoked-gpg-key %}
To verify as many of your commits as possible, you can add expired and revoked keys. If the key meets all other verification requirements, commits that were previously signed by any of the corresponding private keys will show as verified and indicate that their signing key is expired or revoked.
![A verified commit whose key expired](/assets/images/help/settings/gpg-verified-with-expired-key.png)
![A verified commit whose key expired.](/assets/images/help/settings/gpg-verified-with-expired-key.png)
{% endif %}
{% data reusables.gpg.supported-gpg-key-algorithms %}

Просмотреть файл

@ -36,4 +36,4 @@ The spending information will display the total spending for each organization f
1. In the "Access" section of the sidebar, click **{% octicon "credit-card" aria-hidden="true" %} Billing and plans**.
1. Under "{% data variables.product.prodname_copilot_short %}", view the breakdown of your {% data variables.product.prodname_copilot %} usage and upcoming changes in your organization.
![Screenshot of the organization-level {% data variables.product.prodname_copilot %} seat usage page](/assets/images/help/copilot/org-level-seat-view.png)
![Screenshot of the organization-level {% data variables.product.prodname_copilot %} seat usage page.](/assets/images/help/copilot/org-level-seat-view.png)

Просмотреть файл

@ -117,7 +117,7 @@ The advanced setup for {% data variables.product.prodname_code_scanning %} is he
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.actions-tab %}
1. If the repository has already at least one workflow configured and running, click **New workflow** to display starter workflows. If there are currently no workflows configured for the repository, go to the next step.
![Screenshot of the Actions tab for a repository. The "New workflow" button is highlighted with an orange outline](/assets/images/help/security/actions-new-workflow-button.png)
![Screenshot of the Actions tab for a repository. The "New workflow" button is highlighted with an orange outline.](/assets/images/help/security/actions-new-workflow-button.png)
2. In the "Choose a workflow" or "Get started with {% data variables.product.prodname_actions %}" view, scroll down to the "Security" category and click **Configure** under the workflow you want to configure. You may need to click **View all** to find the security workflow you want to configure.
![Screenshot of the Security category of starter workflows. The Configure button and "View all" link are highlighted with an orange outline.](/assets/images/help/security/actions-workflows-security-section.png)
3. Follow any instructions in the workflow to customize it to your needs. For more general assistance about workflows, click **Documentation** on the right pane of the workflow page.
@ -261,7 +261,7 @@ There are other situations where there may be no analysis for the latest commit
To check whether a branch has been scanned, go to the {% data variables.product.prodname_code_scanning_caps %} page, click the **Branch** drop-down and select the relevant branch.
![Choose a branch from the Branch drop-down menu](/assets/images/help/repository/code-scanning-branch-dropdown.png)
![Choose a branch from the Branch drop-down menu.](/assets/images/help/repository/code-scanning-branch-dropdown.png)
The solution in this situation is to add the name of the base branch to the `on:push` and `on:pull_request` specification in the {% data variables.product.prodname_code_scanning %} workflow on that branch and then make a change that updates the open pull request that you want to scan.

Просмотреть файл

@ -194,7 +194,7 @@ To dismiss {% ifversion delete-code-scanning-alerts %}or delete{% endif %} alert
![Screenshot of the check failure for a code scanning alert in a pull request. The "Dismiss alert" button in the check failure is highlighted in dark orange. The "Dismiss alert" drop-down is displayed. ](/assets/images/help/repository/code-scanning-alert-dropdown-reason.png)
{%- else %}
1. Review the alert, then click **Dismiss** and choose a reason for closing the alert.
![Choosing a reason for dismissing an alert](/assets/images/help/repository/code-scanning-alert-close-drop-down.png)
![Choosing a reason for dismissing an alert.](/assets/images/help/repository/code-scanning-alert-close-drop-down.png)
{%- endif %}
{% data reusables.code-scanning.choose-alert-dismissal-reason %}

Просмотреть файл

@ -102,7 +102,7 @@ In the detailed view for an alert, some {% data variables.product.prodname_code_
{% ifversion fpt or ghec or ghes > 3.4 or ghae > 3.4 %}
![Screenshot showing the description for a {% data variables.product.prodname_code_scanning %} alert. A link labeled "Show more" is highlighted with a dark orange outline.](/assets/images/help/repository/code-scanning-pr-alert.png)
{% else %}
![Alert description and link to show more information](/assets/images/enterprise/3.4/repository/code-scanning-pr-alert.png)
![Alert description and link to show more information.](/assets/images/enterprise/3.4/repository/code-scanning-pr-alert.png)
{% endif %}
{% ifversion code-scanning-pr-conversations-tab %}
@ -122,7 +122,7 @@ An alternative way of closing an alert is to dismiss it. You can dismiss an aler
{% ifversion comment-dismissed-code-scanning-alert %}
![Screenshot of the check failure for a code scanning alert in a pull request. The "Dismiss alert" button in the check failure is highlighted in dark orange. The "Dismiss alert" drop-down is displayed.](/assets/images/help/repository/code-scanning-alert-dropdown-reason.png)
{% else %}
![Choosing a reason for dismissing an alert](/assets/images/help/repository/code-scanning-alert-close-drop-down.png)
![Choosing a reason for dismissing an alert.](/assets/images/help/repository/code-scanning-alert-close-drop-down.png)
{% endif %}
{% data reusables.code-scanning.choose-alert-dismissal-reason %}

Просмотреть файл

@ -61,7 +61,7 @@ The search bar also allows for full text searching of alerts and related securit
{% endif %}
{% ifversion dependabot-bulk-alerts %}
![Screenshot of the filter and sort menus in the {% data variables.product.prodname_dependabot_alerts %} tab](/assets/images/help/graphs/dependabot-alerts-filters-checkbox.png){% elsif ghes = 3.5 %}
![Screenshot of the filter and sort menus in the {% data variables.product.prodname_dependabot_alerts %} tab.](/assets/images/help/graphs/dependabot-alerts-filters-checkbox.png){% elsif ghes = 3.5 %}
You can select a filter in a dropdown menu at the top of the list, then click the filter that you would like to apply.{% endif %}
{% ifversion dependabot-alerts-development-label %}
@ -94,7 +94,7 @@ For supported languages, {% data variables.product.prodname_dependabot %} automa
{% endnote %}
![Screenshot showing an alert with the "Vulnerable call" label](/assets/images/help/repository/dependabot-alerts-vulnerable-call-label.png)
![Screenshot showing an alert with the "Vulnerable call" label.](/assets/images/help/repository/dependabot-alerts-vulnerable-call-label.png)
You can filter the view to show only alerts where {% data variables.product.prodname_dependabot %} detected at least one call to a vulnerable function using the `has:vulnerable-calls` filter in the search field.
@ -118,7 +118,7 @@ For more information, see "[Reviewing and fixing alerts](#reviewing-and-fixing-a
1. Optionally, to filter alerts, select a filter in a dropdown menu then click the filter that you would like to apply. You can also type filters into the search bar. {% ifversion dependabot-filter-label-security-advisory %}Alternatively, to filter by label, click a label assigned to an alert to automatically apply that filter to the alert list.{% endif %} For more information about filtering and sorting alerts, see "[Prioritizing {% data variables.product.prodname_dependabot_alerts %}](#prioritizing-dependabot-alerts)."
{%- ifversion dependabot-bulk-alerts %}
![Screenshot of the filter and sort menus in the {% data variables.product.prodname_dependabot_alerts %} tab](/assets/images/help/graphs/dependabot-alerts-filters-checkbox.png){% endif %}
![Screenshot of the filter and sort menus in the {% data variables.product.prodname_dependabot_alerts %} tab.](/assets/images/help/graphs/dependabot-alerts-filters-checkbox.png){% endif %}
1. Click the alert that you would like to view.
{% else %}
{% data reusables.repositories.navigate-to-repo %}
@ -196,7 +196,7 @@ If you schedule extensive work to upgrade a dependency, or decide that an alert
4. Optionally, at the top of the list of alerts, select all alerts on the page.
![Screenshot of the header section of the {% data variables.product.prodname_dependabot_alerts %} view. The "Select all" checkbox is highlighted with a dark orange outline.](/assets/images/help/graphs/select-all-alerts.png)
5. Select the "Dismiss alerts" dropdown, and click a reason for dismissing the alerts.
![Screenshot of open alerts page with "Dismiss alerts" drop-down emphasized](/assets/images/help/graphs/dismiss-multiple-alerts.png)
![Screenshot of open alerts page with "Dismiss alerts" drop-down emphasized.](/assets/images/help/graphs/dismiss-multiple-alerts.png)
{% endif %}
@ -241,6 +241,6 @@ You can view all open alerts, and you can reopen alerts that have been previousl
When a member of your organization {% ifversion not fpt %}or enterprise {% endif %}performs an action related to {% data variables.product.prodname_dependabot_alerts %}, you can review the actions in the audit log. For more information about accessing the log, see "[AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization#accessing-the-audit-log){% ifversion not fpt %}" and "[AUTOTITLE](/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise)."{% else %}."{% endif %}
{% ifversion dependabot-alerts-audit-log %}
![Screenshot of the audit log showing Dependabot alerts](/assets/images/help/dependabot/audit-log-UI-dependabot-alert.png){% endif %}
![Screenshot of the audit log showing Dependabot alerts.](/assets/images/help/dependabot/audit-log-UI-dependabot-alert.png){% endif %}
Events in your audit log for {% data variables.product.prodname_dependabot_alerts %} include details such as who performed the action, what the action was, and when the action was performed. {% ifversion dependabot-alerts-audit-log %}The event also includes a link to the alert itself. When a member of your organization dismisses an alert, the event displays the dismissal reason and comment.{% endif %} For information on the {% data variables.product.prodname_dependabot_alerts %} actions, see the `repository_vulnerability_alert` category in "[AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/audit-log-events-for-your-organization#repository_vulnerability_alert-category-actions){% ifversion not fpt %}" and "[AUTOTITLE](/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise#repository_vulnerability_alert-category-actions)."{% else %}."{% endif %}

Просмотреть файл

@ -65,15 +65,15 @@ You can use the organization settings page for "Code security and analysis" to e
{% ifversion secret-scanning-push-protection %}
1. Optionally, if you want to enable push protection, click **Enable** to the right of "Push protection." {% data reusables.secret-scanning.push-protection-overview %} For more information, see "[AUTOTITLE](/code-security/secret-scanning/protecting-pushes-with-secret-scanning)."
![Enable push protection for your repository](/assets/images/help/repository/secret-scanning-enable-push-protection.png)
![Enable push protection for your repository.](/assets/images/help/repository/secret-scanning-enable-push-protection.png)
{% endif %}
{% ifversion ghae %}
1. Before you can enable {% data variables.product.prodname_secret_scanning %}, you need to enable {% data variables.product.prodname_GH_advanced_security %} first. To the right of "{% data variables.product.prodname_GH_advanced_security %}", click **Enable**.
![Enable {% data variables.product.prodname_GH_advanced_security %} for your repository](/assets/images/enterprise/github-ae/repository/enable-ghas-ghae.png)
![Enable {% data variables.product.prodname_GH_advanced_security %} for your repository.](/assets/images/enterprise/github-ae/repository/enable-ghas-ghae.png)
2. Click **Enable {% data variables.product.prodname_GH_advanced_security %} for this repository** to confirm the action.
![Confirm enabling {% data variables.product.prodname_GH_advanced_security %} for your repository](/assets/images/enterprise/github-ae/repository/enable-ghas-confirmation-ghae.png)
![Confirm enabling {% data variables.product.prodname_GH_advanced_security %} for your repository.](/assets/images/enterprise/github-ae/repository/enable-ghas-confirmation-ghae.png)
3. To the right of "{% data variables.product.prodname_secret_scanning_caps %}", click **Enable**.
![Enable {% data variables.product.prodname_secret_scanning %} for your repository](/assets/images/enterprise/github-ae/repository/enable-secret-scanning-ghae.png)
![Enable {% data variables.product.prodname_secret_scanning %} for your repository.](/assets/images/enterprise/github-ae/repository/enable-secret-scanning-ghae.png)
{% endif %}
{% ifversion fpt %}
@ -85,10 +85,10 @@ You can enable {% data variables.secret-scanning.user_alerts %} for all of your
{% data reusables.user-settings.security-analysis %}
1. Under "Code security and analysis", to the right of "{% data variables.product.prodname_secret_scanning_caps %}", click **Disable all** or **Enable all**.
![Screenshot of the setting options for "{% data variables.product.prodname_secret_scanning_caps %}" on the personal account settings page. The options "Enable all" and "Disable all" are highlighted with an orange outline](/assets/images/help/repository/secret-scanning-personal-account-settings-enable-all.png)
![Screenshot of the setting options for "{% data variables.product.prodname_secret_scanning_caps %}" on the personal account settings page. The options "Enable all" and "Disable all" are highlighted with an orange outline.](/assets/images/help/repository/secret-scanning-personal-account-settings-enable-all.png)
1. Optionally, to automatically enable {% data variables.product.prodname_secret_scanning %} for any new public repositories that you create, below "{% data variables.product.prodname_secret_scanning_caps %}", select the checkbox for "Automatically enable for new public repositories."
![Screenshot of the setting options for "{% data variables.product.prodname_secret_scanning_caps %}" on the personal account settings page. The option "Automatically enable for new public repositories" is highlighted with an orange outline](/assets/images/help/repository/secret-scanning-personal-account-settings-auto-enable.png)
![Screenshot of the setting options for "{% data variables.product.prodname_secret_scanning_caps %}" on the personal account settings page. The option "Automatically enable for new public repositories" is highlighted with an orange outline.](/assets/images/help/repository/secret-scanning-personal-account-settings-auto-enable.png)
{% endif %}

Просмотреть файл

@ -33,14 +33,14 @@ For more information about configuring notification preferences, see "[AUTOTITLE
{% data reusables.profile.org_settings %}
{% data reusables.organizations.security-and-analysis %}
1. Under "Code security and analysis", to the right of "Private vulnerability reporting", click **Enable all** or **Disable all**, to enable or disable the feature for all the public repositories within the organization, respectively.
![Screenshot of the "Code security and analysis" page with the "Disable all" and the "Enable all" button emphasized for private vulnerability reporting](/assets/images/help/security/private-vulnerability-reporting-enable-or-disable-org.png)
![Screenshot of the "Code security and analysis" page with the "Disable all" and the "Enable all" button emphasized for private vulnerability reporting.](/assets/images/help/security/private-vulnerability-reporting-enable-or-disable-org.png)
## Enabling or disabling private vulnerability reporting for new public repositories added to the organization
{% data reusables.profile.access_org %}
{% data reusables.profile.org_settings %}
{% data reusables.organizations.security-and-analysis %}
1. Under "Code security and analysis", to the right of the feature, click **Automatically enable for new public repositories**.
![Screenshot of the "Code security and analysis" page with the "Automatically enable for new public repositories" checkbox emphasized for private vulnerability reporting](/assets/images/help/security/private-vulnerability-reporting-enable-or-disable-org-new-repos.png)
![Screenshot of the "Code security and analysis" page with the "Automatically enable for new public repositories" checkbox emphasized for private vulnerability reporting.](/assets/images/help/security/private-vulnerability-reporting-enable-or-disable-org-new-repos.png)
1. To the right of "Private vulnerability reporting", click **Enable all** or **Disable all**, to enable or disable the feature for all new public repositories that will be added to the organization, respectively.

Просмотреть файл

@ -72,7 +72,7 @@ For more information about these views, see "[AUTOTITLE](/code-security/security
### Understanding the main security overview
![Screenshot of security overview for an organization](/assets/images/help/security-overview/security-overview-org-legacy.png)
![Screenshot of security overview for an organization.](/assets/images/help/security-overview/security-overview-org-legacy.png)
Each repository is shown in security overview with an indicator for each type of security feature and how many alerts there are of each type. If a security feature is not enabled for a repository, the indicator for that feature will be grayed out. In addition, a risk score is calculated for each repository based on its code scanning, Dependabot and secret scanning alerts. This score is in beta and should be used with caution. Its algorithm and approach is subject to change.

Просмотреть файл

@ -46,7 +46,7 @@ Dependency review is available when dependency graph is enabled for {% data vari
{% data reusables.repositories.navigate-to-code-security-and-analysis %}
1. Under "Configure security and analysis features", check if the dependency graph is enabled.
1. If dependency graph is enabled, click **Enable** next to "{% data variables.product.prodname_GH_advanced_security %}" to enable {% data variables.product.prodname_advanced_security %}, including dependency review. The enable button is disabled if your enterprise has no available licenses for {% data variables.product.prodname_advanced_security %}.{% ifversion ghes %}
![Screenshot of "Code security and analysis" features"](/assets/images/enterprise/3.4/repository/code-security-and-analysis-enable-ghas-3.4.png){% endif %}
![Screenshot of "Code security and analysis features".](/assets/images/enterprise/3.4/repository/code-security-and-analysis-enable-ghas-3.4.png){% endif %}
{% endif %}

Просмотреть файл

@ -186,7 +186,7 @@ With your dev container configuration added and a basic understanding of what ev
1. Run the application by pressing `F5`.
1. If a "toast" notification message is displayed at the bottom right corner of {% data variables.product.prodname_vscode_shortname %}, asking whether you want to switch to standard mode, click **Yes**.
![Screenshot of a popup message: "Run/Debug feature requires Java language server to run in Standard mode. Do you want to switch it to Standard mode now?"](/assets/images/help/codespaces/switch-to-standard-mode.png)
![Screenshot of a popup message: "Run/Debug feature requires Java language server to run in Standard mode. Do you want to switch it to Standard mode now?".](/assets/images/help/codespaces/switch-to-standard-mode.png)
1. When the project files have been imported, click the **Debug Console** tab to see the program output.

Просмотреть файл

@ -102,4 +102,4 @@ This type of URL is useful, for instance, in a README for your repository as it
The example Markdown is rendered like this:
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/github/docs)
[![Open in GitHub Codespaces.](https://github.com/codespaces/badge.svg)](https://codespaces.new/github/docs)

Просмотреть файл

@ -73,7 +73,7 @@ You can enable or disable {% data variables.product.prodname_copilot %} from wit
1. If you are disabling {% data variables.product.prodname_copilot %}, you will be asked whether you want to disable it globally, or for the language of the file you are currently editing. To disable globally, click **Disable Completions**. Alternatively, click the language-specific button to disable {% data variables.product.prodname_copilot %} for the specified language.
![Screenshot of the menu to disable {% data variables.product.prodname_copilot %} globally or for the current language in a JetBrains IDE](/assets/images/help/copilot/disable-copilot-global-or-langugage-jetbrains.png)
![Screenshot of the menu to disable {% data variables.product.prodname_copilot %} globally or for the current language in a JetBrains IDE.](/assets/images/help/copilot/disable-copilot-global-or-langugage-jetbrains.png)
## Configuring advanced settings for {% data variables.product.prodname_copilot %}
@ -126,16 +126,16 @@ If you don't want to use the default keyboard shortcuts in {% data variables.pro
1. In the {% data variables.product.prodname_vs %} toolbar, under **Tools**, click **Options**.
![Screenshot of the Options option in the {% data variables.product.prodname_vs %} toolbar](/assets/images/help/copilot/vs-toolbar-options.png)
![Screenshot of the Options option in the {% data variables.product.prodname_vs %} toolbar.](/assets/images/help/copilot/vs-toolbar-options.png)
1. In the "Options" dialog, under **Environment**, click **Keyboard**.
1. Under "Show commands containing:", search for the command you want to rebind.
![Screenshot of the show commands containing search bar](/assets/images/help/copilot/vs-show-commands-containing.png)
![Screenshot of the show commands containing search bar.](/assets/images/help/copilot/vs-show-commands-containing.png)
1. Under "Press shortcut keys," type the shortcut you want to assign to the command, then click **Assign**.
![Screenshot of the keyboard shortcut assignment](/assets/images/help/copilot/vs-rebind-shortcut.png)
![Screenshot of the keyboard shortcut assignment.](/assets/images/help/copilot/vs-rebind-shortcut.png)
{% data reusables.copilot.enabling-or-disabling-vs %}
@ -144,7 +144,7 @@ If you don't want to use the default keyboard shortcuts in {% data variables.pro
If you use ReSharper, {% data variables.product.prodname_copilot %} may work best when you configure ReSharper to use {% data variables.product.prodname_copilot %}'s native IntelliSense. For more information about ReSharper, see the [ReSharper documentation](https://www.jetbrains.com/resharper/documentation/documentation.html)
1. In the {% data variables.product.prodname_vs %} toolbar, under **Tools**, click **Options**.
![Screenshot of the Options option in the {% data variables.product.prodname_vs %} toolbar](/assets/images/help/copilot/vs-toolbar-options.png)
![Screenshot of the Options option in the {% data variables.product.prodname_vs %} toolbar.](/assets/images/help/copilot/vs-toolbar-options.png)
1. In the "Options" dialog, under **Environment**, click **IntelliSense** and then click **General**.
1. Under "General" select **{% data variables.product.prodname_vs %}** and then click **Save**.
@ -211,12 +211,12 @@ If you don't want to use the default keyboard shortcuts in {% data variables.pro
1. Click **Code**, click **Preferences**, then click **Keyboard Shortcuts**.
![Screenshot of Visual Studio Code keyboard shortcuts](/assets/images/help/copilot/vsc-keyboard-shortcuts-mac.png)
![Screenshot of Visual Studio Code keyboard shortcuts.](/assets/images/help/copilot/vsc-keyboard-shortcuts-mac.png)
1. In the "Keyboard Shortcuts" editor, search for the command name of the keyboard shortcut you want to change.
1. Next to the command you want to change, click the pencil icon.
![Screenshot of Keyboard shortcut editor](/assets/images/help/copilot/vsc-edit-shortcuts-mac.png)
![Screenshot of Keyboard shortcut editor.](/assets/images/help/copilot/vsc-edit-shortcuts-mac.png)
1. Type the keystrokes you want to use for the command, then press <kbd>Enter</kbd>/<kbd>Return</kbd>.
@ -224,12 +224,12 @@ If you don't want to use the default keyboard shortcuts in {% data variables.pro
1. Click the **File** menu, click **Preferences**, then click **Keyboard Shortcuts**.
![Screenshot of Visual Studio Code keyboard shortcuts](/assets/images/help/copilot/vsc-keyboard-shortcuts.png)
![Screenshot of Visual Studio Code keyboard shortcuts.](/assets/images/help/copilot/vsc-keyboard-shortcuts.png)
1. In the "Keyboard Shortcuts" editor, search for the command name of the keyboard shortcut you want to change.
1. Next to the command you want to change, click the pencil icon.
![Screenshot of Keyboard shortcut editor](/assets/images/help/copilot/vsc-edit-shortcuts.png)
![Screenshot of Keyboard shortcut editor.](/assets/images/help/copilot/vsc-edit-shortcuts.png)
1. Type the keystrokes you want to use for the command, then press <kbd>Enter</kbd>/<kbd>Return</kbd>.
@ -237,12 +237,12 @@ If you don't want to use the default keyboard shortcuts in {% data variables.pro
1. Click the **File** menu, click **Preferences**, then click **Keyboard Shortcuts**.
![Screenshot of Visual Studio Code keyboard shortcuts](/assets/images/help/copilot/vsc-keyboard-shortcuts.png)
![Screenshot of Visual Studio Code keyboard shortcuts.](/assets/images/help/copilot/vsc-keyboard-shortcuts.png)
1. In the "Keyboard Shortcuts" editor, search for the command name of the keyboard shortcut you want to change.
1. Next to the command you want to change, click the pencil icon.
![Screenshot of Keyboard shortcut editor](/assets/images/help/copilot/vsc-edit-shortcuts.png)
![Screenshot of Keyboard shortcut editor.](/assets/images/help/copilot/vsc-edit-shortcuts.png)
1. Type the keystrokes you want to use for the command, then press <kbd>Enter</kbd>/<kbd>Return</kbd>.

Просмотреть файл

@ -53,7 +53,7 @@ Depending on the policy settings configured at the enterprise level, an organiza
1. If you selected **Start from scratch**, click **Add people** or **Add teams** to add individual users, or entire teams.
1. If you selected **Add people**, in the "Enable {% data variables.product.prodname_copilot %} access for selected members of ORGANIZATION" dialog, you can either search for individual members, or you can add members in bulk by uploading a CSV file.
![Screenshot of the enable access for selected members dialog](/assets/images/help/copilot/enable-access-for-selected-members.png)
![Screenshot of the enable access for selected members dialog.](/assets/images/help/copilot/enable-access-for-selected-members.png)
- To search for members, type the member's username, full name, or email address in the search bar.
- To add members in bulk, click **Upload CSV**, and then upload a CSV file including either the username or email address for each member you want to add, separated by a comma.

Просмотреть файл

@ -59,7 +59,7 @@ To use {% data variables.product.prodname_copilot %} in a JetBrains IDE, you mus
1. In the left-side menu of the **Settings/Preferences** dialog box, click **Plugins**.
1. At the top of the **Settings/Preferences** dialog box, click **Marketplace**. In the search bar, search for **{% data variables.product.prodname_copilot %}**, then click **Install**.
![Screenshot of Marketplace search](/assets/images/help/copilot/jetbrains-marketplace.png)
![Screenshot of Marketplace search.](/assets/images/help/copilot/jetbrains-marketplace.png)
1. After {% data variables.product.prodname_copilot %} is installed, click **Restart IDE**.
1. After your JetBrains IDE has restarted, click the **Tools** menu. Click **{% data variables.product.prodname_copilot %}**, then click **Login to {% data variables.product.prodname_dotcom %}**.
@ -67,7 +67,7 @@ To use {% data variables.product.prodname_copilot %} in a JetBrains IDE, you mus
1. In the "Sign in to {% data variables.product.prodname_dotcom %}" dialog box, to copy the device code and open the device activation window, click **Copy and Open**.
![Screenshot of device code copy and open](/assets/images/help/copilot/device-code-copy-and-open.png)
![Screenshot of device code copy and open.](/assets/images/help/copilot/device-code-copy-and-open.png)
1. A device activation window will open in your browser. Paste the device code, then click **Continue**.
1. {% data variables.product.prodname_dotcom %} will request the necessary permissions for {% data variables.product.prodname_copilot %}. To approve these permissions, click **Authorize {% data variables.product.prodname_copilot %} Plugin**.
1. After the permissions have been approved, your JetBrains IDE will show a confirmation. To begin using {% data variables.product.prodname_copilot %}, click **OK**.
@ -135,13 +135,13 @@ You can enable or disable {% data variables.product.prodname_copilot %} for all
1. To enable or disable {% data variables.product.prodname_copilot %}, click the status icon in the bottom panel of the JetBrains window.
![Screenshot of the status icon in IntelliJ IDEA](/assets/images/help/copilot/status-icon-jetbrains.png)
![Screenshot of the status icon in IntelliJ IDEA.](/assets/images/help/copilot/status-icon-jetbrains.png)
1. If you are disabling {% data variables.product.prodname_copilot %}, you will be asked whether you want to disable it globally, or for the language of the file you are currently editing.
- To disable suggestions from {% data variables.product.prodname_copilot %} globally, click **Disable Completions**.
- To disable suggestions from {% data variables.product.prodname_copilot %} for the specified language, click **Disable Completions for _LANGUAGE_**.
![Screenshot of option to disable {% data variables.product.prodname_copilot %} globally or for the current language](/assets/images/help/copilot/disable-copilot-global-or-langugage-jetbrains.png)
![Screenshot of option to disable {% data variables.product.prodname_copilot %} globally or for the current language.](/assets/images/help/copilot/disable-copilot-global-or-langugage-jetbrains.png)
## Further reading
@ -176,14 +176,14 @@ If you use {% data variables.product.prodname_vs %}, you can view and incorporat
To use {% data variables.product.prodname_copilot %}, you must first install the {% data variables.product.prodname_vs %} extension.
1. In the Visual Studio toolbar, click **Extensions**, then click **Manage Extensions**.
![Screenshot of the Visual Studio toolbar](/assets/images/help/copilot/visual-studio-toolbar.png)
![Screenshot of the Visual Studio toolbar.](/assets/images/help/copilot/visual-studio-toolbar.png)
1. In the "Manage Extensions" window, click **Visual Studio Marketplace**, search for the {% data variables.product.prodname_copilot %} extension, then click **Download**.
![Screenshot of GitHub Copilot extension for Visual Studio with the download button emphasized](/assets/images/help/copilot/install-copilot-extension-visual-studio.png)
![Screenshot of GitHub Copilot extension for Visual Studio with the download button emphasized.](/assets/images/help/copilot/install-copilot-extension-visual-studio.png)
1. Close the "Manage Extensions" window, then exit and relaunch {% data variables.product.prodname_vs %}.
1. Optionally, to check that {% data variables.product.prodname_copilot %} is installed and enabled, go back to **Manage Extensions**, click **Installed** to view your currently installed extensions, then click **{% data variables.product.prodname_copilot %}** to see status information.
![Screenshot of installed extensions in Visual Studio with GitHub Copilot emphasized](/assets/images/help/copilot/installed-copilot-extension-visual-studio.png)
![Screenshot of installed extensions in Visual Studio with GitHub Copilot emphasized.](/assets/images/help/copilot/installed-copilot-extension-visual-studio.png)
1. Open or create a new project in {% data variables.product.prodname_vs %}.
1. In the "Microsoft {% data variables.product.prodname_vs %}" dialog box, to copy your device activation code, click **OK**.
1. A device activation window will open in your browser. Paste the device code, then click **Continue**.

Просмотреть файл

@ -69,7 +69,7 @@ Before you create a pull request, you'll need to push changes to a branch on {%
![Screenshot of the "Open a Pull Request" dialog window. A button with a dropdown icon, labeled "base: development", is outlined in orange.](/assets/images/help/desktop/base-branch-selection.png)
{% data variables.product.prodname_desktop %} will advise you whether the current branch can be automatically merged into the base branch.
![Screenshot of the "Open a Pull Request" dialog window. A status label stating "Can't automatically merge" is highlighted with an orange outline](/assets/images/help/desktop/preview-dialog-merge-status.png)
![Screenshot of the "Open a Pull Request" dialog window. A status label stating "Can't automatically merge" is highlighted with an orange outline.](/assets/images/help/desktop/preview-dialog-merge-status.png)
1. Click **Create Pull Request**. {% data variables.product.prodname_desktop %} will open your default browser to take you to {% data variables.product.prodname_dotcom %}.

Просмотреть файл

@ -60,7 +60,7 @@ You can choose how to sort the list of discussions.
{% data reusables.discussions.discussions-tab %}
1. To the right of the **Search all discussions** field, select the **Sort by** dropdown menu, and click a time period.
![Buttons for sorting discussions](/assets/images/help/discussions/sort-discussions-buttons.png)
![Buttons for sorting discussions.](/assets/images/help/discussions/sort-discussions-buttons.png)
- Sort by **Latest activity** to display the discussions with the most recent activity at the top of the list.
- Sort by **Date created** to display the discussions that were created most recently at the top of the list.

Просмотреть файл

@ -22,7 +22,7 @@ Discussion category forms are not supported for polls. For more information abou
Here is the rendered version of the issue form.
![Screenshot of a rendered discussion category form](/assets/images/help/discussions/discussion-category-form-sample.png)
![Screenshot of a rendered discussion category form.](/assets/images/help/discussions/discussion-category-form-sample.png)
## Creating discussion category forms

Просмотреть файл

@ -51,7 +51,7 @@ You can pin a discussion above the list of discussions for the repository or org
This is what it looks like when you have a globally pinned discussion and a discussion pinned to the Ideas category.
![Screenshot of a globally pinned discussion and a discussion pinned to the Ideas category](/assets/images/help/discussions/overview-pinned-discussions.png)
![Screenshot of a globally pinned discussion and a discussion pinned to the Ideas category.](/assets/images/help/discussions/overview-pinned-discussions.png)
### Pinning a discussion globally
{% endif %}
@ -116,7 +116,7 @@ You can unpin a globally pinned discussion. This will not delete the discussion,
{% data reusables.discussions.click-discussion-in-list %}
1. In the right sidebar, click {% octicon "pin" aria-hidden="true" %} **Unpin discussion**.
![Screenshot of the "Unpin discussion" option in right sidebar for discussion](/assets/images/help/discussions/click-unpin-discussion.png)
![Screenshot of the "Unpin discussion" option in right sidebar for discussion.](/assets/images/help/discussions/click-unpin-discussion.png)
1. Read the warning, then click **Unpin discussion**.

Просмотреть файл

@ -17,7 +17,7 @@ You can use discussions insights to help understand the contribution activity, p
- **Discussions daily contributors** shows the daily count of unique users who have reacted, upvoted, marked an answer, commented, or posted in the selected time period.
- **Discussions new contributors** shows the daily count of unique new users who have reacted, upvoted, marked an answer, commented, or posted in the selected time period.
![Screenshot of the discussions dashboard](/assets/images/help/discussions/discussions-dashboard.png)
![Screenshot of the discussions dashboard.](/assets/images/help/discussions/discussions-dashboard.png)
{% note %}
@ -31,6 +31,6 @@ You can use discussions insights to help understand the contribution activity, p
{% data reusables.repositories.accessing-repository-graphs %}
1. In the left sidebar, click **Community**.
![Screenshot of the "Community" tab in left sidebar](/assets/images/help/graphs/graphs-sidebar-community-tab.png)
![Screenshot of the "Community" tab in left sidebar.](/assets/images/help/graphs/graphs-sidebar-community-tab.png)
1. Optionally, in the upper-right corner of the page, select the **Period** dropdown menu and click the time period for which you want to view data: **30 days**, **3 months**, or **1 year**.

Просмотреть файл

@ -24,7 +24,7 @@ MakeCode Arcade does not support multiplayer-editing for group assignments. Inst
By default, MakeCode Arcade is configured to push to the assignment repository on {% data variables.location.product_location %}. After making progress on an assignment with MakeCode Arcade, students should push changes to {% data variables.location.product_location %} using the {% octicon "mark-github" aria-label="The GitHub mark" %}{% octicon "arrow-up" aria-label="The up arrow icon" %} button at the bottom of the screen.
![MakeCode Arcade version control functionality](/assets/images/help/classroom/ide-makecode-arcade-version-control-button.png)
![MakeCode Arcade version control functionality.](/assets/images/help/classroom/ide-makecode-arcade-version-control-button.png)
## Further reading

Просмотреть файл

@ -132,7 +132,7 @@ This community maintainer started a discussion to welcome the community, and to
This example shows a team post for the `octo-team` team.
![Example of team discussion](/assets/images/help/projects/team-discussions-example.png)
![Example of team discussion.](/assets/images/help/projects/team-discussions-example.png)
The `octocat` team member posted a team discussion, informing the team of various things:
- A team member called Mona started remote game events.

Просмотреть файл

@ -54,7 +54,7 @@ This diagram shows:
* A new branch called `feature`
* The journey that `feature` takes before it's merged into `main`
![branching diagram](/assets/images/help/repository/branching.png)
![branching diagram.](/assets/images/help/repository/branching.png)
Have you ever saved different versions of a file? Something like:

Просмотреть файл

@ -26,14 +26,14 @@ To include a math expression inline within your text, delimit the expression wit
This sentence uses `$` delimiters to show math inline: $\sqrt{3x-1}+(1+x)^2$
```
![Screenshot of rendered Markdown showing how a mathematical expression displays on {% data variables.product.prodname_dotcom %}. The equation is the square root of 3 x minus 1 plus open paren 1 plus x close paren squared](/assets/images/help/writing/inline-math-markdown-rendering.png)
![Screenshot of rendered Markdown showing how a mathematical expression displays on {% data variables.product.prodname_dotcom %}. The equation is the square root of 3 x minus 1 plus open paren 1 plus x close paren squared.](/assets/images/help/writing/inline-math-markdown-rendering.png)
{% ifversion math-backtick-syntax %}
````
This sentence uses $\` and \`$ delimiters to show math inline: $`\sqrt{3x-1}+(1+x)^2`$
````
![Screenshot of rendered Markdown showing how a mathematical expression displays inline on {% data variables.product.prodname_dotcom %}. The equation is the square root of 3 x minus 1 plus open paren 1 plus x close paren squared](/assets/images/help/writing/inline-backtick-math-markdown-rendering.png)
![Screenshot of rendered Markdown showing how a mathematical expression displays inline on {% data variables.product.prodname_dotcom %}. The equation is the square root of 3 x minus 1 plus open paren 1 plus x close paren squared.](/assets/images/help/writing/inline-backtick-math-markdown-rendering.png)
{% endif %}
## Writing expressions as blocks
@ -45,7 +45,7 @@ To add a math expression as a block, start a new line and delimit the expression
$$\left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)$$
```
![Screenshot of rendered Markdown showing how a complex equation displays on {% data variables.product.prodname_dotcom %}. The bolded text reads "The Cauchy-Schwarz Inequality". Below the text, there is an equation showing open paren the sum from k equals 1 to n of a sub k b sub k close paren squared is less than or equal to open paren the sum from k equals 1 to n of a sub k squared close paren times open paren the sum from k equals 1 to n of b sub k squared close paren](/assets/images/help/writing/math-expression-as-a-block-rendering.png)
![Screenshot of rendered Markdown showing how a complex equation displays on {% data variables.product.prodname_dotcom %}. The bolded text reads "The Cauchy-Schwarz Inequality". Below the text, there is an equation showing open paren the sum from k equals 1 to n of a sub k b sub k close paren squared is less than or equal to open paren the sum from k equals 1 to n of a sub k squared close paren times open paren the sum from k equals 1 to n of b sub k squared close paren.](/assets/images/help/writing/math-expression-as-a-block-rendering.png)
{% ifversion math-fenced-blocks %}

Просмотреть файл

@ -15,9 +15,9 @@ versions:
{% data reusables.user-settings.saved_replies %}
1. Under "Add a saved reply", add a title for your saved reply.
2. In the "Write" field, add the content you'd like to use for the saved reply. For information on using Markdown, see "[AUTOTITLE](/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)."
![Screenshot of a {% data variables.product.prodname_dotcom %} saved reply titled "Squirrel ship" showing Markdown in the "Write" box. The text reads, "This looks great. :shipit: it!"](/assets/images/help/writing/saved-replies-settings-adding.png)
![Screenshot of a {% data variables.product.prodname_dotcom %} saved reply titled "Squirrel ship" showing Markdown in the "Write" box. The text reads, "This looks great. :shipit: it!".](/assets/images/help/writing/saved-replies-settings-adding.png)
1. To review your reply, click **Preview**.
![Screenshot of a GitHub saved reply titled "Squirrel ship" showing rendered Markdown in the "Preview" box. The text reads, "This looks great. :shipit: it!"](/assets/images/help/writing/saved-replies-preview.png)
![Screenshot of a GitHub saved reply titled "Squirrel ship" showing rendered Markdown in the "Preview" box. The text reads, "This looks great. :shipit: it!".](/assets/images/help/writing/saved-replies-preview.png)
1. Click **Add saved reply**.
## Further reading

Просмотреть файл

@ -20,7 +20,7 @@ If you reopen a {% data variables.projects.projects_v1_board %}, you have the op
1. Navigate to the list of {% data variables.projects.projects_v1_boards %} in your repository or organization, or owned by your personal account.
2. In the projects list, next to the {% data variables.projects.projects_v1_board %} you want to close, click {% octicon "kebab-horizontal" aria-label="Project menu" %}.
![Screenshot showing the projects index. The project menu icon is highlighted with an orange rectangle](/assets/images/help/projects/project-list-action-chevron.png)
![Screenshot showing the projects index. The project menu icon is highlighted with an orange rectangle.](/assets/images/help/projects/project-list-action-chevron.png)
3. Click **Close**.
## Further reading

Просмотреть файл

@ -64,7 +64,7 @@ You can put a maximum of 2,500 cards into each project column. If a column has r
3. Type the name of the project in **Filter projects** field.
4. Select one or more {% data variables.projects.projects_v1_boards %} where you want to add the issue or pull request.
5. Click **Awaiting triage**{% octicon "triangle-down" aria-hidden="true" %}, then click the column where you want your issue or pull request. The card will move to the bottom of the {% data variables.projects.projects_v1_board %} column you select.
![Screenshot showing the projects section in an issue's sidebar. The awaiting triage option is highlighted with an orange outline](/assets/images/help/projects/sidebar-select-project-board-column-menu.png)
![Screenshot showing the projects section in an issue's sidebar. The awaiting triage option is highlighted with an orange outline.](/assets/images/help/projects/sidebar-select-project-board-column-menu.png)
## Further reading

Просмотреть файл

@ -16,13 +16,13 @@ topics:
{% data reusables.projects.about-table-layout %} For more information, see "[AUTOTITLE](/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/customizing-the-table-layout)."
![Screenshot showing an example table layout](/assets/images/help/projects-v2/example-table.png)
![Screenshot showing an example table layout.](/assets/images/help/projects-v2/example-table.png)
## About the board layout
{% data reusables.projects.about-board-layout %} For more information, see "[AUTOTITLE](/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/customizing-the-board-layout)."
![Screenshot showing an example board layout](/assets/images/help/projects-v2/example-board.png)
![Screenshot showing an example board layout.](/assets/images/help/projects-v2/example-board.png)
{% ifversion projects-v2-roadmaps %}
@ -30,7 +30,7 @@ topics:
{% data reusables.projects.about-roadmap-layout %} For more information, see "[AUTOTITLE](/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/customizing-the-roadmap-layout)."
![Screenshot showing an example roadmap layout](/assets/images/help/projects-v2/example-roadmap.png)
![Screenshot showing an example roadmap layout.](/assets/images/help/projects-v2/example-roadmap.png)
{% endif %}

Просмотреть файл

@ -15,7 +15,7 @@ You can customize which items appear in your views using filters for item metada
To filter a view, click {% octicon "filter" aria-label="Filter by keyword or by field" %} and start typing the fields and values you would like to filter for. As you type, possible values will appear. You can also open the project command palette, by pressing {% data variables.projects.command-palette-shortcut %}, and type "Filter by" to choose from the available filters.
![Screenshot showing the location of the filter icon](/assets/images/help/projects-v2/filter-example.png)
![Screenshot showing the location of the filter icon.](/assets/images/help/projects-v2/filter-example.png)
In board layout, you can click on item data to filter for items with that value. For example, click on an assignee to show only items for that assignee. To remove the filter, click the item data again.

Просмотреть файл

@ -38,7 +38,7 @@ You can duplicate an existing view and use it as a base to make further changes.
When you make changes to a view - for example, sorting, reordering, filtering, or grouping the data in a view - a dot is displayed next to the view name to indicate that there are unsaved changes.
![Unsaved changes indicator](/assets/images/help/projects/unsaved-changes.png)
![Unsaved changes indicator.](/assets/images/help/projects/unsaved-changes.png)
If you don't want to save the changes, you can ignore this indicator. No one else will see your changes.

Просмотреть файл

@ -74,7 +74,7 @@ Now, create a custom field named `Priority` and containing the values: `High`, `
Specify a priority for all issues in your project.
![Example priorities](/assets/images/help/projects/priority_example.png)
![Example priorities.](/assets/images/help/projects/priority_example.png)
## Grouping issues by priority

Просмотреть файл

@ -66,7 +66,7 @@ You can only invite an individual user to collaborate on your organization-level
1. Click **Manage access**.
2. Under **Invite collaborators**, search for the team or individual user that you want to invite.
![Screenshot showing searching for a collaborator](/assets/images/help/projects-v2/access-search.png)
![Screenshot showing searching for a collaborator.](/assets/images/help/projects-v2/access-search.png)
3. Select the role for the collaborator.
- **Read**: The team or individual can view the project.
@ -82,7 +82,7 @@ You can only invite an individual user to collaborate on your organization-level
You can use the **Type** and **Role** drop-down menus to filter the access list.
![Screenshot showing a collaborator](/assets/images/help/projects-v2/access-find-member.png)
![Screenshot showing a collaborator.](/assets/images/help/projects-v2/access-find-member.png)
1. Edit the role for the collaborator(s).
1. Optionally, click **Remove** to remove the collaborator(s).
@ -101,7 +101,7 @@ This only affects collaborators for your project, not for repositories in your p
1. Click **Manage access**.
2. Under **Invite collaborators**, search for the user that you want to invite.
![Screenshot showing searching for a collaborator](/assets/images/help/projects-v2/access-search.png)
![Screenshot showing searching for a collaborator.](/assets/images/help/projects-v2/access-search.png)
3. Select the role for the collaborator.
- **Read**: The individual can view the project.

Просмотреть файл

@ -80,7 +80,7 @@ Click **Submit new issue** to create your issue. You can edit any of the above f
After your issue is created, continue the conversation by adding comments to the issue. You can @mention collaborators or teams to draw their attention to a comment. To link related issues in the same repository, you can type `#` followed by part of the issue title and then clicking the issue that you want to link. For more information, see "[AUTOTITLE](/get-started/writing-on-github)."
![Screenshot of an issue comment. The header says "octocat commented now" and the body says "@hubot Do we also need to update the rocket logic?"](/assets/images/help/issues/issue-comment.png)
![Screenshot of an issue comment. The header says "octocat commented now" and the body says "@hubot Do we also need to update the rocket logic?".](/assets/images/help/issues/issue-comment.png)
## Next steps

Просмотреть файл

@ -114,6 +114,6 @@ If you disconnect an IdP group from a {% data variables.product.prodname_dotcom
{%- elsif ghae %}
1. Under "Identity Provider Group", to the right of the IdP group you want to disconnect, click {% octicon "x" aria-label="Remove group" %}.
![Unselect a connected IdP group from the GitHub team](/assets/images/enterprise/github-ae/teams/unselect-idp-group.png)
![Unselect a connected IdP group from the GitHub team.](/assets/images/enterprise/github-ae/teams/unselect-idp-group.png)
{%- endif %}
1. Click **Save changes**.

Просмотреть файл

@ -22,7 +22,7 @@ shortTitle: Compare branches
{% endnote %}
You can view proposed changes in a pull request in the Files changed tab.
![Pull Request Files changed tab](/assets/images/help/pull_requests/pull-request-tabs-changed-files.png)
![Pull Request Files changed tab.](/assets/images/help/pull_requests/pull-request-tabs-changed-files.png)
Rather than viewing the commits themselves, you can view the proposed changes as they'll appear in the files once the pull request is merged. The files appear in alphabetical order within the Files changed tab. Additions to the files appear in green and are prefaced by a `+` sign while content that has been removed appears in red and is prefaced by a `-` sign.

Просмотреть файл

@ -149,7 +149,7 @@ gh pr create --web
{% data variables.product.prodname_desktop %} will advise you whether the current branch can be automatically merged into the base branch.
![Screenshot of the "Open a Pull Request" dialog window. A status label stating "Can't automatically merge" is highlighted with an orange outline](/assets/images/help/desktop/preview-dialog-merge-status.png)
![Screenshot of the "Open a Pull Request" dialog window. A status label stating "Can't automatically merge" is highlighted with an orange outline.](/assets/images/help/desktop/preview-dialog-merge-status.png)
1. Click **Create Pull Request**. {% data variables.product.prodname_desktop %} will open your default browser to take you to {% data variables.product.prodname_dotcom %}.
{% data reusables.repositories.pr-title-description %}
@ -162,9 +162,9 @@ gh pr create --web
{% codespaces %}
1. Once you've committed changes to your local copy of the repository, click the **Create Pull Request** icon.
![Source control side bar with staging button highlighted](/assets/images/help/codespaces/codespaces-commit-pr-button.png)
![Source control side bar with staging button highlighted.](/assets/images/help/codespaces/codespaces-commit-pr-button.png)
1. Check that the local branch and repository you're merging from, and the remote branch and repository you're merging into, are correct. Then give the pull request a title and a description.
![GitHub pull request side bar](/assets/images/help/codespaces/codespaces-commit-pr.png)
![GitHub pull request side bar.](/assets/images/help/codespaces/codespaces-commit-pr.png)
1. Click **Create**.
For more information on creating pull requests in {% data variables.product.prodname_github_codespaces %}, see "[AUTOTITLE](/codespaces/developing-in-codespaces/using-github-codespaces-for-pull-requests)."

Просмотреть файл

@ -36,7 +36,7 @@ A review has three possible statuses:
You can view all of the reviews a pull request has received in the Conversation timeline, and you can see reviews by repository owners and collaborators in the pull request's merge box.
![Image of reviews in a merge box](/assets/images/help/pull_requests/merge_box/pr-reviews-in-merge-box.png)
![Image of reviews in a merge box.](/assets/images/help/pull_requests/merge_box/pr-reviews-in-merge-box.png)
{% data reusables.search.requested_reviews_search_tip %}

Просмотреть файл

@ -49,7 +49,7 @@ You can configure the {% data variables.dependency-review.action_name %} to bett
1. If the pull request contains many files, use the **File filter** drop-down menu to collapse all files that don't record dependencies. This will make it easier to focus your review on the dependency changes.
![The file filter menu](/assets/images/help/pull_requests/file-filter-menu-json.png)
![The file filter menu.](/assets/images/help/pull_requests/file-filter-menu-json.png)
The dependency review provides a clearer view of what has changed in large lock files, where the source diff is not rendered by default.
{% note %}

Просмотреть файл

@ -55,19 +55,19 @@ You can use [{% data variables.product.prodname_github_codespaces %}](/codespace
1. Open the pull request in a codespace, as described in "[AUTOTITLE](/codespaces/developing-in-codespaces/using-github-codespaces-for-pull-requests#opening-a-pull-request-in-codespaces)."
2. In the Activity Bar, click the **GitHub Pull Request** view. This view only appears when you open a pull request in a codespace.
![Option to open PR in a codespace](/assets/images/help/codespaces/github-pr-view.png)
![Option to open PR in a codespace.](/assets/images/help/codespaces/github-pr-view.png)
3. To review a specific file, click the **Open File** icon in the Side Bar.
![Option to open PR in a codespace](/assets/images/help/codespaces/changes-in-files.png)
![Option to open PR in a codespace.](/assets/images/help/codespaces/changes-in-files.png)
4. To add review comments, click the **+** icon next to the line number. Type your review comment and then click **Start Review**.
![Option to open PR in a codespace](/assets/images/help/codespaces/start-review.png)
![Option to open PR in a codespace.](/assets/images/help/codespaces/start-review.png)
5. When you are finished adding review comments, from the Side Bar you can choose to either submit the comments, approve the changes, or request changes.
![Option to open PR in a codespace](/assets/images/help/codespaces/submit-review.png)
![Option to open PR in a codespace.](/assets/images/help/codespaces/submit-review.png)
For more information on reviewing pull requests in {% data variables.product.prodname_github_codespaces %}, see "[AUTOTITLE](/codespaces/developing-in-codespaces/using-github-codespaces-for-pull-requests)."
@ -83,7 +83,7 @@ If the pull request contains changes to dependencies you can use the dependency
1. On the right of the header for a manifest or lock file, display the dependency review by clicking the **{% octicon "file" aria-label="The rich diff icon" %}** rich diff button.
![The rich diff button](/assets/images/help/pull_requests/dependency-review-rich-diff.png)
![The rich diff button.](/assets/images/help/pull_requests/dependency-review-rich-diff.png)
{% data reusables.repositories.return-to-source-diff %}
{% endif %}

Просмотреть файл

@ -39,7 +39,7 @@ For more information about forks, see "[AUTOTITLE](/pull-requests/collaborating-
{% ifversion fpt or ghec %}
1. Select **Create a new repository**.
![Use this template button](/assets/images/help/repository/use-this-template-button.png)
![Use this template button.](/assets/images/help/repository/use-this-template-button.png)
{% note %}

Просмотреть файл

@ -24,7 +24,7 @@ Referring sites and popular content are ordered by views and unique visitors. Fu
{% endtip %}
![Repository traffic graphs with tooltip](/assets/images/help/graphs/repo_traffic_graphs_tooltip_dotcom.png)
![Repository traffic graphs with tooltip.](/assets/images/help/graphs/repo_traffic_graphs_tooltip_dotcom.png)
## Accessing the traffic graph

Просмотреть файл

@ -28,6 +28,6 @@ An enterprise owner for {% data variables.product.product_name %} must enable {%
1. Sign into {% data variables.product.product_name %} and {% data variables.product.prodname_dotcom_the_website %}.
1. On {% data variables.product.product_name %}, in the upper-right corner of any page, click your profile photo, then click **Settings**.
![Settings icon in the user bar](/assets/images/help/settings/userbar-account-settings.png)
![Settings icon in the user bar.](/assets/images/help/settings/userbar-account-settings.png)
{% data reusables.github-connect.github-connect-tab-user-settings %}
{% data reusables.github-connect.connect-dotcom-and-enterprise %}

Просмотреть файл

@ -29,7 +29,7 @@ Your capabilities in the {% data variables.contact.support_portal %} depend on t
1. Under the text box, you can read the comment history. The most recent response is at the top.
1. Optionally, to translate the ticket comment, click {% octicon "globe" aria-label="The globe icon" %} and choose your preferred language from the dropdown menu. You can translate your support ticket into Chinese (Simplified), French, German, Japanese, Portuguese (Brazil), or Spanish.
![Screenshot of a support ticket with the dropdown menu showing the options for translation highlighted with a dark orange outline](/assets/images/help/support/support-ticket-translation-options.png)
![Screenshot of a support ticket with the dropdown menu showing the options for translation highlighted with a dark orange outline.](/assets/images/help/support/support-ticket-translation-options.png)
{% ifversion ghec or ghes or ghae %}

Просмотреть файл

@ -1,4 +1,4 @@
1. When the dry run finishes, you'll see a sample of results (up to 1000). Review the results and identify any false positive results.
![Screenshot showing results from dry run](/assets/images/help/repository/secret-scanning-publish-pattern.png)
![Screenshot showing results from dry run.](/assets/images/help/repository/secret-scanning-publish-pattern.png)
1. Edit the new custom pattern to fix any problems with the results, then, to test your changes, click **Save and dry run**.

Просмотреть файл

@ -8,4 +8,4 @@
{% endnote %}
![Screenshot of custom pattern page with the button to enable push protection emphasized](/assets/images/help/repository/secret-scanning-custom-pattern-enable-push-protection.png)
![Screenshot of custom pattern page with the button to enable push protection emphasized.](/assets/images/help/repository/secret-scanning-custom-pattern-enable-push-protection.png)

Просмотреть файл

@ -1,2 +1,2 @@
1. Under "{% data variables.product.prodname_secret_scanning_caps %}", under "Push protection", click **Enable**.
![Screenshot showing how to enable push protection for {% data variables.product.prodname_secret_scanning %} for a repository](/assets/images/help/repository/secret-scanning-enable-push-protection.png)
![Screenshot showing how to enable push protection for {% data variables.product.prodname_secret_scanning %} for a repository.](/assets/images/help/repository/secret-scanning-enable-push-protection.png)

Просмотреть файл

@ -10,4 +10,4 @@ You can enable or disable {% data variables.product.prodname_copilot %} from wit
- To disable suggestions from {% data variables.product.prodname_copilot %} globally, click **Disable Globally**.
- To disable suggestions from {% data variables.product.prodname_copilot %} for the specified language, click **Disable for LANGUAGE**.
![Screenshot of option to disable {% data variables.product.prodname_copilot %} globally or for the current language](/assets/images/help/copilot/disable-copilot-global-or-langugage.png)
![Screenshot of option to disable {% data variables.product.prodname_copilot %} globally or for the current language.](/assets/images/help/copilot/disable-copilot-global-or-langugage.png)

Просмотреть файл

@ -4,7 +4,7 @@ The {% data variables.product.prodname_copilot %} status icon in the bottom pane
1. To enable or disable {% data variables.product.prodname_copilot %}, click the {% data variables.product.prodname_copilot %} icon in the bottom panel of the {% data variables.product.prodname_vs %} window.
![Screenshot of editor margin in Visual Studio with the GitHub Copilot icon emphasized](/assets/images/help/copilot/editor-margin-visual-studio.png)
![Screenshot of editor margin in Visual Studio with the GitHub Copilot icon emphasized.](/assets/images/help/copilot/editor-margin-visual-studio.png)
1. If you are disabling {% data variables.product.prodname_copilot %}, you will be asked whether you want to disable suggestions globally, or for the language of the file you are currently editing.

Просмотреть файл

@ -1,3 +1,3 @@
1. In the **File** menu, navigate to **Preferences** and click **Settings**.
![Screenshot of {% data variables.product.prodname_vscode %} settings](/assets/images/help/copilot/vsc-settings.png)
![Screenshot of {% data variables.product.prodname_vscode %} settings.](/assets/images/help/copilot/vsc-settings.png)

Просмотреть файл

@ -1,2 +1,2 @@
1. In the search results, click the name of the user or organization.
![Site admin settings search options](/assets/images/enterprise/site-admin-settings/click-user.png)
![Site admin settings search options.](/assets/images/enterprise/site-admin-settings/click-user.png)

Просмотреть файл

@ -1,2 +1,2 @@
1. Under "Search users, organizations, teams, repositories, gists, and applications", type the name of the repository in the text field. Then to the right of the field, click **Search**.
![Screenshot of the "Search" page of the "Site admin" settings. The button to search repositories, labeled "Search," is highlighted with an orange outline](/assets/images/enterprise/site-admin-settings/search-for-things.png)
![Screenshot of the "Search" page of the "Site admin" settings. The button to search repositories, labeled "Search," is highlighted with an orange outline.](/assets/images/enterprise/site-admin-settings/search-for-things.png)

Просмотреть файл

@ -2,7 +2,7 @@
{% data reusables.user-settings.access_org %}
1. Under your organization name, click {% octicon "table" aria-hidden="true" %} **Projects**.
![Screenshot showing the 'Projects' tab](/assets/images/help/projects-v2/tab-projects.png)
![Screenshot showing the 'Projects' tab.](/assets/images/help/projects-v2/tab-projects.png)
1. Click **New project**.
1. Optionally, in the text box under "Project name", type a name for your new project.

Просмотреть файл

@ -1,3 +1,3 @@
1. Under your repository name, click {% octicon "play" aria-hidden="true" %} **Actions**.
![Actions tab in the main repository navigation](/assets/images/help/repository/actions-tab.png)
![Actions tab in the main repository navigation.](/assets/images/help/repository/actions-tab.png)

Просмотреть файл

@ -1,3 +1,3 @@
1. Under your repository name, click {% octicon "issue-opened" aria-hidden="true" %} **Issues** or {% octicon "git-pull-request" aria-hidden="true" %} **Pull requests**.
![Screenshot of the main page of a repository. In the horizontal navigation bar, two tabs, labeled "Issues" and "Pull requests," are each outlined in dark orange.s](/assets/images/help/repository/repo-settings-issues-pull-requests.png)
![Screenshot of the main page of a repository. In the horizontal navigation bar, two tabs, labeled "Issues" and "Pull requests," are each outlined in dark orange.](/assets/images/help/repository/repo-settings-issues-pull-requests.png)

Просмотреть файл

@ -6,4 +6,4 @@ To create a task list, preface list items with a hyphen and space followed by `[
- [ ] Add delight to the experience when all tasks are complete :tada:
```
![Rendered task list](/assets/images/help/writing/task-list-rendered-simple.png)
![Rendered task list.](/assets/images/help/writing/task-list-rendered-simple.png)

Просмотреть файл

@ -1,3 +1,3 @@
When private vulnerability reporting is enabled for a repository, security researchers will see a new button in the **Advisories** page of the repository. The security researcher can click this button to privately report a security vulnerability to the repository maintainer.
![Screenshot showing the "Report a vulnerability" button for a repository where private vulnerability reporting has been enabled](/assets/images/help/security/report-a-vulnerability-button.png)
![Screenshot showing the "Report a vulnerability" button for a repository where private vulnerability reporting has been enabled.](/assets/images/help/security/report-a-vulnerability-button.png)

Просмотреть файл

@ -1,3 +1,3 @@
1. In the upper-right corner of any page, click your profile photo, then click ** Your stars**.
![Screenshot of stars option in a dropdown menu](/assets/images/help/stars/navigate-to-stars-page.png)
![Screenshot of stars option in a dropdown menu.](/assets/images/help/stars/navigate-to-stars-page.png)

Просмотреть файл

@ -8,10 +8,19 @@ export const imageAltTextPeriod = {
forEachInlineChild(params, 'image', function forToken(token) {
const imageAltText = token.content.trim()
if (!imageAltText.endsWith('.') && !imageAltText.endsWith('."')) {
const period = imageAltText.endsWith('"') ? '."' : '.'
addError(
onError,
token.lineNumber,
`On line ${token.lineNumber}, the image alt text: "${imageAltText}" must have a period at the end of it.`
`On line ${token.lineNumber}, the image alt text: "${imageAltText}" must have a period at the end of it.`,
undefined,
undefined,
{
lineNumber: token.lineNumber,
editColumn: token.line.indexOf(']') + 1,
deleteCount: 0,
insertText: period,
}
)
}
})