1
0
mirror of synced 2025-12-23 21:07:12 -05:00

Add aria-labels to octicons (#55740)

This commit is contained in:
Kevin Heis
2025-05-20 16:45:25 -07:00
committed by GitHub
parent e9730d4590
commit 39beae4778
494 changed files with 758 additions and 758 deletions

View File

@@ -69,11 +69,11 @@ You can create additional duplicates of the auto-add workflow, up to a maximum d
Once you have duplicated a workflow, you can click **Edit** to start making changes to it. For more information, see [Configuring the auto-add workflow in your project](#configuring-the-auto-add-workflow-in-your-project).
{% data reusables.projects.access-workflows %}
1. In the list of workflows, next to "Auto-add to project" click {% octicon "kebab-horizontal" %}.
1. In the list of workflows, next to "Auto-add to project" click {% octicon "kebab-horizontal" aria-label="kebab-horizontal" %}.
![Screenshot showing the list of workflows. The ellipsis button next to the auto-add workflow is highlighted with an orange rectangle.](/assets/images/help/projects-v2/workflow-add-menu.png)
1. In the menu, click **{% octicon "duplicate" %} Duplicate workflow**.
1. In the menu, click **{% octicon "duplicate" aria-label="duplicate" %} Duplicate workflow**.
1. To save your new workflow, when prompted, type the name you want to use for the new workflow.
{% endif %}

View File

@@ -27,7 +27,7 @@ When you copy a project, the new project will contain the same {% data reusables
![Screenshot showing a project's menu bar. The menu icon is highlighted with an orange outline.](/assets/images/help/projects-v2/open-menu.png)
1. In the menu, click **{% octicon "copy" aria-hidden="true" %} Make a copy**.
1. In the menu, click **{% octicon "copy" aria-hidden="true" aria-label="copy" %} Make a copy**.
1. Optionally, if you want all draft issues to be copied with the project, in the "Make a copy" dialog, select **Draft issues will be copied if selected**.
1. Under "Owner", select either the organization that will own the new project or your personal account.
1. Under "New project name", type the name of the new project.

View File

@@ -37,7 +37,7 @@ You can migrate your {% data variables.projects.projects_v1_boards %} to the new
![Screenshot showing the profile photo menu. The "Your projects" link is highlighted with an orange outline.](/assets/images/help/projects-v2/projects-profile-menu.png)
1. On the top of your profile page, in the main navigation, click **{% octicon "table" aria-hidden="true" %} Projects**.
1. On the top of your profile page, in the main navigation, click **{% octicon "table" aria-hidden="true" aria-label="table" %} Projects**.
![Screenshot showing the tabs on a user profile. The 'Projects' tab is highlighted with an orange outline.](/assets/images/help/projects-v2/tab-projects.png)
1. Above the list of projects, click **Projects (classic)**.
{% data reusables.projects.migrate-project-steps %}
@@ -48,6 +48,6 @@ You can migrate your {% data variables.projects.projects_v1_boards %} to the new
> {% data variables.projects.projects_v2_caps %} does not support repository level projects. When you migrate a repository {% data variables.projects.projects_v1_board %}, it will migrate to either the organization or personal account that owns the repository project, and the migrated project will be pinned to the original repository.
{% data reusables.repositories.navigate-to-repo %}
1. Under your repository name, click **{% octicon "table" aria-hidden="true" %} Projects**.
1. Under your repository name, click **{% octicon "table" aria-hidden="true" aria-label="table" %} Projects**.
1. In the left sidebar, click **Projects (classic)**.
{% data reusables.projects.migrate-project-steps %}

View File

@@ -25,7 +25,7 @@ The current count of cards and the column's limit is displayed at the top of the
1. Click {% octicon "kebab-horizontal" aria-label="Column context menu" %} next to the name of the column you want to modify.
![Screenshot showing a top of a column in the table layout. The column context menu button is highlighted with an orange outline.](/assets/images/help/projects-v2/board-column-menu.png)
1. In the menu, click **{% octicon "number" aria-hidden="true" %} Set column limit**.
1. In the menu, click **{% octicon "number" aria-hidden="true" aria-label="number" %} Set column limit**.
1. Under "Column limit", type the card limit for this column.
1. Optionally, to remove the limit, clear the entry.
1. Click **Save**.
@@ -39,7 +39,7 @@ The current count of cards and the column's limit is displayed at the top of the
In the board layout, you choose any single select or iteration field for your columns. If you drag an item to a new column, the value of that column is applied to the dragged item. For example, if you use the "Status" field for your board columns and then drag an item with a status of `In progress` to the `Done` column, the status of the item will switch to `Done`.
{% data reusables.projects.open-view-menu %}
1. Click **{% octicon "columns" aria-hidden="true" %} Column field**.
1. Click **{% octicon "columns" aria-hidden="true" aria-label="columns" %} Column field**.
1. Click the field you want to use.
## Showing and hiding columns in board layout

View File

@@ -21,18 +21,18 @@ For more information about changing a view to use the roadmap layout, see [AUTOT
You can set the date or iteration fields that your roadmap will use to position items. When you set a view to a roadmap layout, {% data variables.product.company_short %} will attempt to use existing date and iteration fields you have already set up. For more information on creating new fields, see [AUTOTITLE](/issues/planning-and-tracking-with-projects/understanding-fields/about-date-fields) and [AUTOTITLE](/issues/planning-and-tracking-with-projects/understanding-fields/about-iteration-fields).
1. In the top right of your roadmap, click **{% octicon "calendar" aria-hidden="true" %} Date fields**.
1. In the top right of your roadmap, click **{% octicon "calendar" aria-hidden="true" aria-label="calendar" %} Date fields**.
![Screenshot showing the menu items for a roadmap layout. The "Date fields" button is highlighted with an orange rectangle.](/assets/images/help/projects-v2/roadmap-menu-dates.png)
1. Optionally, to create a new date or iteration field, click **{% octicon "plus" aria-hidden="true" %} New field**, type the name of your field, and click **Save**. You can then select the new field or create another.
1. Optionally, to create a new date or iteration field, click **{% octicon "plus" aria-hidden="true" aria-label="plus" %} New field**, type the name of your field, and click **Save**. You can then select the new field or create another.
1. Select a date or iteration field for "Start date" and "Target date."
## Setting vertical markers
You can configure vertical markers on a roadmap to show your iterations, the dates of items in your project, and the milestones associated with items in your project.
1. In the top right of your roadmap, click **{% octicon "location" aria-hidden="true" %} Markers**.
1. In the top right of your roadmap, click **{% octicon "location" aria-hidden="true" aria-label="location" %} Markers**.
![Screenshot showing the menu bar in a roadmap layout. The "Markers" button is highlighted with an orange outline.](/assets/images/help/projects-v2/markers.png)

View File

@@ -27,7 +27,7 @@ You can also hide individual fields using the field headers.
1. Next to the field you want to hide, click {% octicon "kebab-horizontal" aria-label="Status column options" %}.
![Screenshot showing a field header. The menu icon is highlighted with an orange outline.](/assets/images/help/projects-v2/modify-field-menu.png)
1. Click **{% octicon "eye-closed" aria-hidden="true" %} Hide field**.
1. Click **{% octicon "eye-closed" aria-hidden="true" aria-label="eye-closed" %} Hide field**.
## Grouping by field values

View File

@@ -32,7 +32,7 @@ You can duplicate an existing view and use it as a base to make further changes.
1. Switch to the view you want to duplicate.
{% data reusables.projects.open-view-menu %}
1. Click **{% octicon "versions" aria-hidden="true" %} Duplicate view**.
1. Click **{% octicon "versions" aria-hidden="true" aria-label="versions" %} Duplicate view**.
## Saving changes to a view
@@ -54,7 +54,7 @@ You can rename your saved views. The name change is automatically saved.
1. Switch to the view you want to rename.
{% data reusables.projects.open-view-menu %}
1. Click **{% octicon "pencil" aria-hidden="true" %} Rename view**.
1. Click **{% octicon "pencil" aria-hidden="true" aria-label="pencil" %} Rename view**.
1. Type the new name for your view.
1. To save your changes, press <kbd>Return</kbd>.
@@ -62,4 +62,4 @@ You can rename your saved views. The name change is automatically saved.
1. Switch to the view you want to delete.
{% data reusables.projects.open-view-menu %}
1. Click **{% octicon "trash" aria-hidden="true" %} Delete view**.
1. Click **{% octicon "trash" aria-hidden="true" aria-label="trash" %} Delete view**.

View File

@@ -16,7 +16,7 @@ topics:
You can browse all of your projects, regardless of where they are located. You can see the projects you have recently viewed and the projects you have created, and apply your own filters.
1. In the top left of any page, click {% octicon "three-bars" aria-label="Open global navigation menu" %} to open the global navigation menu.
1. In the menu, click **{% octicon "table" aria-hidden="true" %} Projects**.
1. In the menu, click **{% octicon "table" aria-hidden="true" aria-label="table" %} Projects**.
{% data reusables.projects.index-select %}
## Finding an organization's projects
@@ -25,7 +25,7 @@ You can view and filter all the projects owned by an organization that you have
{% data reusables.profile.access_org %}
{% data reusables.user-settings.access_org %}
1. Under the organization name, click **{% octicon "table" aria-hidden="true" %} Projects**.
1. Under the organization name, click **{% octicon "table" aria-hidden="true" aria-label="table" %} Projects**.
{% data reusables.projects.index-select %}
## Finding projects owned by your personal account
@@ -33,7 +33,7 @@ You can view and filter all the projects owned by an organization that you have
You can view and filter projects that you have created under your personal account.
{% data reusables.profile.access_profile %}
1. On your profile, click **{% octicon "table" aria-hidden="true" %} Projects**.
1. On your profile, click **{% octicon "table" aria-hidden="true" aria-label="table" %} Projects**.
{% data reusables.projects.index-select %}
## Finding projects linked to a repository
@@ -41,7 +41,7 @@ You can view and filter projects that you have created under your personal accou
Repositories can be linked to organization-level and user-level projects. You can browse and filter the projects that are linked to a specific repository. For more information on linking projects to a repository, see [AUTOTITLE](/issues/planning-and-tracking-with-projects/managing-your-project/adding-your-project-to-a-repository).
1. On {% data variables.product.prodname_dotcom %}, navigate to the main page of your repository.
1. Click **{% octicon "table" aria-hidden="true" %} Projects**.
1. Click **{% octicon "table" aria-hidden="true" aria-label="table" %} Projects**.
![Screenshot showing a repository's tabs. The "Projects" tab is highlighted with an orange outline.](/assets/images/help/projects-v2/repo-tab.png)
@@ -54,7 +54,7 @@ You can also link a project to specific teams in an organization and then browse
{% data reusables.profile.access_org %}
{% data reusables.user-settings.access_org %}
{% data reusables.organizations.specific_team %}
1. Click **{% octicon "project" aria-hidden="true" %} Projects**.
1. Click **{% octicon "project" aria-hidden="true" aria-label="project" %} Projects**.
![Screenshot of the main page for a team. In the horizontal navigation bar, the "Projects" tab is outlined in dark orange.](/assets/images/help/organizations/team-project-board-button.png)

View File

@@ -83,7 +83,7 @@ Specify a priority for all issues in your project.
Next, group all of the items in your project by priority to make it easier to focus on the high priority items.
{% data reusables.projects.open-view-menu %}
1. Click **{% octicon "rows" aria-hidden="true" %} Group**.
1. Click **{% octicon "rows" aria-hidden="true" aria-label="rows" %} Group**.
1. Click **Priority**.
Now, move issues between groups to change their priority.
@@ -123,7 +123,7 @@ When you changed the layout, your project displayed an indicator to show that th
To indicate the purpose of the view, give it a descriptive name.
{% data reusables.projects.open-view-menu %}
1. Click **{% octicon "pencil" aria-hidden="true" %} Rename view**.
1. Click **{% octicon "pencil" aria-hidden="true" aria-label="pencil" %} Rename view**.
1. Type the new name for your view.
1. To save changes, press <kbd>Return</kbd>.
@@ -145,7 +145,7 @@ Finally, add a built in workflow to set the status to **Todo** when an item is a
1. In the top-right, click {% octicon "kebab-horizontal" aria-label="The menu icon" %} to open the menu.
![Screenshot showing a project's menu bar. The menu icon is highlighted with an orange outline.](/assets/images/help/projects-v2/open-menu.png)
1. In the menu, click **{% octicon "workflow" aria-hidden="true" %} Workflows**.
1. In the menu, click **{% octicon "workflow" aria-hidden="true" aria-label="workflow" %} Workflows**.
1. Under **Default workflows**, click **Item added to project**.
1. Next to **When**, ensure that both `issues` and `pull requests` are selected.
1. Next to **Set**, select **Status:Todo**.

View File

@@ -53,7 +53,7 @@ If you know the issue or pull request number or if you know part of the title, y
You can add multiple issues and pull requests from your project and use filters, such as `label:bug`, to narrow down your search.
1. In the bottom row of the project, click {% octicon "plus" aria-hidden="true" %}.
1. In the bottom row of the project, click {% octicon "plus" aria-hidden="true" aria-label="plus" %}.
![Screenshot showing the bottom row of a table view. The "+" button is highlighted with an orange outline.](/assets/images/help/projects-v2/omnibar-add.png)
1. Click **Add item from repository**.
{% data reusables.projects.bulk-add %}

View File

@@ -31,7 +31,7 @@ You can archive an item to keep the context about the item in the project but re
![Screenshot showing a project's menu bar. The menu icon is highlighted with an orange outline.](/assets/images/help/projects-v2/open-menu.png)
1. In the menu, click **{% octicon "archive" aria-hidden="true" %} Archived items**.
1. In the menu, click **{% octicon "archive" aria-hidden="true" aria-label="archive" %} Archived items**.
1. Optionally, to filter the archived items displayed, type your filter into the text box above the list of items. For more information about the available filters, see [AUTOTITLE](/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects).
1. To the left of each item title, select the items you would like to restore.

View File

@@ -17,7 +17,7 @@ You can list relevant projects in a repository. You can only list projects that
In order for repository members to see a project listed in a repository, they must have visibility for the project. For more information, see [AUTOTITLE](/issues/planning-and-tracking-with-projects/managing-your-project/managing-visibility-of-your-projects) and [AUTOTITLE](/issues/planning-and-tracking-with-projects/managing-your-project/managing-access-to-your-projects).
1. On {% data variables.product.prodname_dotcom %}, navigate to the main page of your repository.
1. Click **{% octicon "table" aria-hidden="true" %} Projects**.
1. Click **{% octicon "table" aria-hidden="true" aria-label="table" %} Projects**.
![Screenshot showing a repository's tabs. The "Projects" tab is highlighted with an orange outline.](/assets/images/help/projects-v2/repo-tab.png)
1. Click **Link a project**.
1. In the search bar that appears, search for projects that are owned by the same user or organization that owns the repository.

View File

@@ -24,7 +24,7 @@ Teams are granted read permissions on any project they are added to. This permis
{% data reusables.profile.access_org %}
{% data reusables.user-settings.access_org %}
{% data reusables.organizations.specific_team %}
1. Click **{% octicon "project" aria-hidden="true" %} Projects**.
1. Click **{% octicon "project" aria-hidden="true" aria-label="project" %} Projects**.
![Screenshot of the main page for a team. In the horizontal navigation bar, the "Projects" tab is outlined in dark orange.](/assets/images/help/organizations/team-project-board-button.png)

View File

@@ -16,7 +16,7 @@ allowTitleToDifferFromFilename: true
You can download a view as a _.tsv_ (tab-separated) file.
1. On {% data variables.product.prodname_dotcom %}, navigate to the main page of your repository.
1. Click **{% octicon "table" aria-hidden="true" %} Projects**.
1. Click **{% octicon "table" aria-hidden="true" aria-label="table" %} Projects**.
![Screenshot showing a repository's tabs. The "Projects" tab is highlighted with an orange outline.](/assets/images/help/projects-v2/repo-tab.png)
{% data reusables.projects.open-view-menu %}

View File

@@ -54,7 +54,7 @@ You can also add templates to teams and repositories, to make them accessible an
If you have write or admin permissions for a project in your organization, you can choose to copy the project as a template. This will make a duplicate of the current project—copying the {% data reusables.projects.what-gets-copied %} —and set that copied project as a template for your organization.
{% data reusables.projects.project-settings %}
1. In the "Templates" section, click **{% octicon "duplicate" aria-hidden="true" %} Copy as template**.
1. In the "Templates" section, click **{% octicon "duplicate" aria-hidden="true" aria-label="duplicate" %} Copy as template**.
## Configuring recommended templates
@@ -66,7 +66,7 @@ You can add up to six templates to your organization's recommended templates.
{% data reusables.profile.access_org %}
{% data reusables.profile.org_settings %}
1. In the "Code, planning, and automation" section of the sidebar, click **{% octicon "table" aria-hidden="true" %} Projects**.
1. In the "Code, planning, and automation" section of the sidebar, click **{% octicon "table" aria-hidden="true" aria-label="table" %} Projects**.
1. Under "Recommended templates", click **Customize recommended templates**.
1. In the list of templates owned by your organization, select up to six templates that you want to recommend to your members.
@@ -80,7 +80,7 @@ You can change the display order of your recommended templates in the "Create pr
{% data reusables.profile.access_org %}
{% data reusables.profile.org_settings %}
1. In the "Code planning, and automation" section of the sidebar, click **{% octicon "table" aria-hidden="true" %} Projects**.
1. In the "Code planning, and automation" section of the sidebar, click **{% octicon "table" aria-hidden="true" aria-label="table" %} Projects**.
1. Under "Recommended templates", find the template you want to reposition, click on {% octicon "grabber" aria-label="Drag to reorder" %}, and drag the template to the new position.
![Screenshot of an organization's recommended templates settings. The 'Drag to reorder' handle is highlighted with an orange outline.](/assets/images/help/projects-v2/rec-template-handle.png)

View File

@@ -36,7 +36,7 @@ If your project makes use of iteration fields, you can use the roadmap layout to
1. Click the name of the iteration field you want to adjust.
1. To add a new iteration of the same duration, click **Add iteration**.
![Screenshot showing iteration settings. The "Add iteration" button is highlighted with an orange outline.](/assets/images/help/projects-v2/add-iteration.png)
1. Optionally, to customize the duration of the new iteration and when it will start, click **{% octicon "triangle-down" aria-hidden="true" %} More options**, select a starting date and duration, and click **Add**.
1. Optionally, to customize the duration of the new iteration and when it will start, click **{% octicon "triangle-down" aria-hidden="true" aria-label="triangle-down" %} More options**, select a starting date and duration, and click **Add**.
![Screenshot showing iteration settings. The "More options" button is highlighted with an orange outline.](/assets/images/help/projects-v2/add-iteration-options.png)
1. Click **Save changes**.