diff --git a/assets/images/help/repository/choose-comment-edit-to-expand.png b/assets/images/help/repository/choose-comment-edit-to-expand.png index 99cfc9ede1..6c0c05a57c 100644 Binary files a/assets/images/help/repository/choose-comment-edit-to-expand.png and b/assets/images/help/repository/choose-comment-edit-to-expand.png differ diff --git a/assets/images/help/repository/choose-commit-branch.png b/assets/images/help/repository/choose-commit-branch.png index d26fcca7de..d0c0a1c885 100644 Binary files a/assets/images/help/repository/choose-commit-branch.png and b/assets/images/help/repository/choose-commit-branch.png differ diff --git a/assets/images/help/repository/choose-commit-email-address.png b/assets/images/help/repository/choose-commit-email-address.png index d3560f5015..96b25f4046 100644 Binary files a/assets/images/help/repository/choose-commit-email-address.png and b/assets/images/help/repository/choose-commit-email-address.png differ diff --git a/assets/images/help/repository/choose-reason-for-hiding-comment-ghe.png b/assets/images/help/repository/choose-reason-for-hiding-comment-ghe.png index 439ec58dbf..6952b9a793 100644 Binary files a/assets/images/help/repository/choose-reason-for-hiding-comment-ghe.png and b/assets/images/help/repository/choose-reason-for-hiding-comment-ghe.png differ diff --git a/assets/images/help/repository/choose-reason-for-hiding-comment.png b/assets/images/help/repository/choose-reason-for-hiding-comment.png index e3d92c380e..d7d3dccbf0 100644 Binary files a/assets/images/help/repository/choose-reason-for-hiding-comment.png and b/assets/images/help/repository/choose-reason-for-hiding-comment.png differ diff --git a/assets/images/help/repository/code-of-conduct-tool.png b/assets/images/help/repository/code-of-conduct-tool.png index e008bfef03..1e1ab68094 100644 Binary files a/assets/images/help/repository/code-of-conduct-tool.png and b/assets/images/help/repository/code-of-conduct-tool.png differ diff --git a/assets/images/help/repository/create-repository-owner.png b/assets/images/help/repository/create-repository-owner.png index 36395a84b0..820863b003 100644 Binary files a/assets/images/help/repository/create-repository-owner.png and b/assets/images/help/repository/create-repository-owner.png differ diff --git a/assets/images/help/repository/repo-create.png b/assets/images/help/repository/repo-create.png index b5677edaa2..e1ae8b856e 100644 Binary files a/assets/images/help/repository/repo-create.png and b/assets/images/help/repository/repo-create.png differ diff --git a/content/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository.md b/content/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository.md index ff2ef29f94..5b2c3b1e23 100644 --- a/content/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository.md +++ b/content/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository.md @@ -96,7 +96,6 @@ The "Used by" section represents a single package from the repository. If you ha {% data reusables.repositories.sidebar-settings %} {% data reusables.repositories.navigate-to-code-security-and-analysis %} 4. Under "Code security and analysis", click the drop-down menu in the "Used by counter" section and choose a package. - ![Choose a "Used by" package](/assets/images/help/repository/choose-used-by-package.png) {% endif %} diff --git a/content/communities/moderating-comments-and-conversations/managing-disruptive-comments.md b/content/communities/moderating-comments-and-conversations/managing-disruptive-comments.md index 3ccad9f391..cc6f9cb883 100644 --- a/content/communities/moderating-comments-and-conversations/managing-disruptive-comments.md +++ b/content/communities/moderating-comments-and-conversations/managing-disruptive-comments.md @@ -29,7 +29,12 @@ If a comment is off-topic, outdated, or resolved, you may want to hide a comment ![Screenshot of a pull request comment by octo-user. Below an icon of three horizontal dots, a dropdown menu is expanded, and "Hide" is outlined in orange.](/assets/images/help/repository/comment-menu-hide.png) -3. Using the "Choose a reason" drop-down menu, click a reason to hide the comment. Then click, **Hide comment**. +3. Using the "Choose a reason" dropdown menu, choose a reason to hide the comment. Then select **Hide comment**. + {% ifversion fpt or ghec %} + ![Screenshot of a {% data variables.product.prodname_dotcom %} comment showing a menu to select a reason to hide the comment: Spam, Abuse, Off Topic, Outdated, Duplicate, or Resolved.](/assets/images/help/repository/choose-reason-for-hiding-comment.png) + {% else %} + ![Screenshot of a {% data variables.product.prodname_dotcom %} comment showing a menu to select a reason to hide the comment: Off Topic, Outdated, Duplicate, or Resolved.](/assets/images/help/repository/choose-reason-for-hiding-comment-ghe.png) + {% endif %} ## Unhiding a comment diff --git a/content/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project.md b/content/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project.md index af3711bf5f..29fbe21263 100644 --- a/content/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project.md +++ b/content/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project.md @@ -30,13 +30,11 @@ You can create a default code of conduct for your organization or personal accou {% data reusables.repositories.navigate-to-repo %} {% data reusables.files.add-file %} 3. In the file name field, type *CODE_OF_CONDUCT.md*. -4. Click **Choose a code of conduct template**. - ![Button to choose a code of conduct template](/assets/images/help/repository/code-of-conduct-tool.png) +4. Select **Choose a code of conduct template**. + ![Screenshot of a {% data variables.product.prodname_dotcom %} repository showing a new markdown file being created. A button at right, labeled "Choose a code of conduct template," is outlined in dark orange.](/assets/images/help/repository/code-of-conduct-tool.png) 5. On the left side of the page, select a code of conduct to preview and add to your project. - ![Selection of a code of conduct template](/assets/images/help/repository/code-of-conduct-tool-picker.png) 6. On the right side of the page, complete the fields to populate the selected code of conduct with the appropriate information. 7. Click **Review and submit**. - ![Review and submit code of conduct to project](/assets/images/help/repository/code-of-conduct-tool-review.png) 8. Review the contents of the code of conduct that's in the text area. {% data reusables.files.write_commit_message %} {% data reusables.files.choose_commit_branch %} diff --git a/content/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository.md b/content/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository.md index cc92abe3f5..b751c2434d 100644 --- a/content/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository.md +++ b/content/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository.md @@ -47,7 +47,7 @@ Open source licenses enable others to freely use, change, and distribute the pro {% data reusables.files.write_commit_message %} {% data reusables.files.choose-commit-email %} 7. Below the commit message fields, decide whether to add your commit to the current branch or to a new branch. If your current branch is `main`, you should choose to create a new branch for your commit and then create a pull request. For more information, see "[AUTOTITLE](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request)". -![Commit branch options](/assets/images/help/repository/choose-commit-branch.png) +![Screenshot of a {% data variables.product.prodname_dotcom %} pull request showing a radio button to commit directly to the main branch or to create a new branch. New branch is selected.](/assets/images/help/repository/choose-commit-branch.png) 1. Click **Commit new file**. {% endif %} diff --git a/content/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file.md b/content/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file.md index 33007b889e..1ade4a6398 100644 --- a/content/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file.md +++ b/content/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file.md @@ -47,11 +47,10 @@ You cannot create a default license file. License files must be added to individ {% data reusables.repositories.create_new %} 1. Use the **Owner** drop-down menu, and select the organization{% ifversion fpt or ghes or ghec %} or personal account{% endif %} you want to create default files for. - ![Owner drop-down menu](/assets/images/help/repository/create-repository-owner.png) + ![Screenshot of the owner menu for a new {% data variables.product.prodname_dotcom %} repository. The menu shows two options, octocat and github.](/assets/images/help/repository/create-repository-owner.png) 1. In the "Repository name" field, type **.github**. 1. Optionally, in the "Description" field, type a description. -1. Make sure the repository status is set to **Public** (a repository for default files cannot be private). - ![Radio buttons to select private or public status](/assets/images/help/repository/create-repository-public-private.png) +2. Make sure the repository status is set to **Public**. A repository for default files cannot be private. {% data reusables.repositories.initialize-with-readme %} {% data reusables.repositories.create-repo %} 1. In the repository, create one of the supported community health files. Issue templates{% ifversion fpt or ghes or ghec %} and their configuration file{% endif %} must be in a folder called `.github/ISSUE_TEMPLATE`. All other supported files may be in the root of the repository, the `.github` folder, or the `docs` folder. For more information, see "[AUTOTITLE](/repositories/working-with-files/managing-files/creating-new-files)." diff --git a/content/repositories/creating-and-managing-repositories/creating-a-new-repository.md b/content/repositories/creating-and-managing-repositories/creating-a-new-repository.md index 4179e5278b..daac3d7335 100644 --- a/content/repositories/creating-and-managing-repositories/creating-a-new-repository.md +++ b/content/repositories/creating-and-managing-repositories/creating-a-new-repository.md @@ -34,8 +34,7 @@ topics: {% data reusables.repositories.create_new %} 1. Optionally, to create a repository with the directory structure and files of an existing repository, select the **Choose a template** dropdown menu and click a template repository. You'll see template repositories that are owned by you and organizations you're a member of or that you've used before. For more information, see "[AUTOTITLE](/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template)." 1. Optionally, if you chose to use a template, to include the directory structure and files from all branches in the template, and not just the default branch, select **Include all branches**. -1. In the Owner dropdown, select the account you wish to create the repository on. - ![Owner dropdown menu](/assets/images/help/repository/create-repository-owner.png) +{% data reusables.repositories.owner-drop-down %} {% data reusables.repositories.repo-name %} {% data reusables.repositories.choose-repo-visibility %} 1. If you're not using a template, there are a number of optional items you can pre-populate your repository with. If you're importing an existing repository to {% data variables.product.product_name %}, don't choose any of these options, as you may introduce a merge conflict. You can add or create new files using the user interface or choose to add new files using the command line later. For more information, see "[AUTOTITLE](/migrations/importing-source-code/using-the-command-line-to-import-source-code/importing-an-external-git-repository-using-the-command-line)," "[AUTOTITLE](/repositories/working-with-files/managing-files/adding-a-file-to-a-repository#adding-a-file-to-a-repository-using-the-command-line)," and "[AUTOTITLE](/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts)." diff --git a/data/reusables/files/choose-commit-email.md b/data/reusables/files/choose-commit-email.md index 63b379162f..05a507e28f 100644 --- a/data/reusables/files/choose-commit-email.md +++ b/data/reusables/files/choose-commit-email.md @@ -1,4 +1,4 @@ {%- ifversion fpt or ghec %} 1. If you have more than one email address associated with your account on {% data variables.location.product_location %}, click the email address drop-down menu and select the email address to use as the Git author email address. Only verified email addresses appear in this drop-down menu. If you enabled email address privacy, then `@users.noreply.github.com` is the default commit author email address. For more information, see "[AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address)." -![Choose commit email addresses](/assets/images/help/repository/choose-commit-email-address.png) +![Screenshot of a {% data variables.product.prodname_dotcom %} pull request showing a dropdown menu with options to choose the commit author email address. octocat@github.com is selected.](/assets/images/help/repository/choose-commit-email-address.png) {%- endif %} diff --git a/data/reusables/files/choose_commit_branch.md b/data/reusables/files/choose_commit_branch.md index 37e26a1599..f2968bf5f4 100644 --- a/data/reusables/files/choose_commit_branch.md +++ b/data/reusables/files/choose_commit_branch.md @@ -1,2 +1,2 @@ 1. Below the commit message fields, decide whether to add your commit to the current branch or to a new branch. If your current branch is the default branch, you should choose to create a new branch for your commit and then create a pull request. For more information, see "[AUTOTITLE](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request)." - ![Commit branch options](/assets/images/help/repository/choose-commit-branch.png) + ![Screenshot of a {% data variables.product.prodname_dotcom %} pull request showing a radio button to commit directly to the main branch or to create a new branch. New branch is selected.](/assets/images/help/repository/choose-commit-branch.png) diff --git a/data/reusables/repositories/edited-comment-list.md b/data/reusables/repositories/edited-comment-list.md index 5dd25cfb67..14ccc49ccb 100644 --- a/data/reusables/repositories/edited-comment-list.md +++ b/data/reusables/repositories/edited-comment-list.md @@ -7,4 +7,4 @@ {% endnote %} 3. To view the details of a specific change, select it from the list of edits. - ![View edit details for comment](/assets/images/help/repository/choose-comment-edit-to-expand.png) + ![Screenshot of a {% data variables.product.prodname_dotcom %} comment showing a dropdown menu open to display previous edits of the comment.](/assets/images/help/repository/choose-comment-edit-to-expand.png) diff --git a/data/reusables/repositories/owner-drop-down.md b/data/reusables/repositories/owner-drop-down.md index 59a4abd895..205c07c7eb 100644 --- a/data/reusables/repositories/owner-drop-down.md +++ b/data/reusables/repositories/owner-drop-down.md @@ -1,2 +1,2 @@ -1. Use the **Owner** drop-down menu, and select the account you want to own the repository. - ![Owner drop-down menu](/assets/images/help/repository/create-repository-owner.png) +1. Use the **Owner** dropdown menu to select the account you want to own the repository. + ![Screenshot of the owner menu for a new {% data variables.product.prodname_dotcom %} repository. The menu shows two options, octocat and github.](/assets/images/help/repository/create-repository-owner.png) diff --git a/data/reusables/repositories/select-marketplace-apps.md b/data/reusables/repositories/select-marketplace-apps.md index f6f74cd9b7..216429564e 100644 --- a/data/reusables/repositories/select-marketplace-apps.md +++ b/data/reusables/repositories/select-marketplace-apps.md @@ -1,4 +1,3 @@ {% ifversion fpt or ghec %} 1. Optionally, if the personal account or organization in which you're creating uses any {% data variables.product.prodname_github_apps %} from {% data variables.product.prodname_marketplace %}, select any apps you'd like to use in the repository. - ![List of your account's {% data variables.product.prodname_github_apps %} from {% data variables.product.prodname_marketplace %} and option to grant access](/assets/images/help/repository/create-repository-choose-marketplace-apps.png) {% endif %}