diff --git a/assets/images/help/profile/achievements-detail-view.png b/assets/images/help/profile/achievements-detail-view.png new file mode 100644 index 0000000000..bc57d68894 Binary files /dev/null and b/assets/images/help/profile/achievements-detail-view.png differ diff --git a/assets/images/help/profile/achievements-hidden.png b/assets/images/help/profile/achievements-hidden.png new file mode 100644 index 0000000000..4ced8a18c9 Binary files /dev/null and b/assets/images/help/profile/achievements-hidden.png differ diff --git a/assets/images/help/profile/achievements-on-profile.png b/assets/images/help/profile/achievements-on-profile.png new file mode 100644 index 0000000000..8a9c013f30 Binary files /dev/null and b/assets/images/help/profile/achievements-on-profile.png differ diff --git a/assets/images/achievements-profile-settings-off.png b/assets/images/help/profile/achievements-profile-settings-off.png similarity index 100% rename from assets/images/achievements-profile-settings-off.png rename to assets/images/help/profile/achievements-profile-settings-off.png diff --git a/assets/images/achievements-profile-settings-on.png b/assets/images/help/profile/achievements-profile-settings-on.png similarity index 100% rename from assets/images/achievements-profile-settings-on.png rename to assets/images/help/profile/achievements-profile-settings-on.png diff --git a/content/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/showing-your-private-contributions-and-achievements-on-your-profile.md b/content/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/showing-your-private-contributions-and-achievements-on-your-profile.md index 9701f0e0d2..fa7327e5cf 100644 --- a/content/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/showing-your-private-contributions-and-achievements-on-your-profile.md +++ b/content/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/showing-your-private-contributions-and-achievements-on-your-profile.md @@ -38,10 +38,17 @@ If you publicize your private contributions, people without access to the privat {% data reusables.user-settings.access_settings %} 1. Show or hide Achievements on your profile: - To show Achievements on your profile, navigate to **Profile settings**, and select the checkbox next to **Show Achievements on my profile.** - ![Enable visitors to see Achievements from profile settings](/assets/images/achievements-profile-settings-off.png) + ![Enable visitors to see Achievements from profile settings](/assets/images/help/profile/achievements-profile-settings-off.png) - To hide Achievements from your profile, navigate to **Profile settings**, and unselect the checkbox next to **Show Achievements on my profile.** - ![Hide Achievements from visitors in profile settings](/assets/images/achievements-profile-settings-on.png) + ![Hide Achievements from visitors in profile settings](/assets/images/help/profile/achievements-profile-settings-on.png) +{% ifversion hide-individual-achievements %} +1. Optionally, to hide individual Achievements from your profile: + {% data reusables.profile.access_profile %} + 1. Navigate to the Achievements section on the left sidebar of your profile and select the Achievements header. ![Achievements on profile sidebar](/assets/images/help/profile/achievements-on-profile.png) + 2. Open the detail view of the achievement you'd like to hide by clicking on the achievement. + 3. Once in the detail view, click the {% octicon "eye" aria-label="The eye icon" %} icon to hide the achievement. ![Achievement detail view](/assets/images/help/profile/achievements-detail-view.png) When hidden, badges will be marked by the {% octicon "eye-closed" aria-label="The eye closed icon" %} icon and are only visible to you. ![Hidden achievements](/assets/images/help/profile/achievements-hidden.png) +{% endif %} ## Further reading - "[Viewing contributions on your profile page](/articles/viewing-contributions-on-your-profile-page)" diff --git a/data/features/hide-individual-achievements.yml b/data/features/hide-individual-achievements.yml new file mode 100644 index 0000000000..b5735e0fb4 --- /dev/null +++ b/data/features/hide-individual-achievements.yml @@ -0,0 +1,5 @@ +# Reference: #8225 +# Hide individual achievements on profile +versions: + fpt: '*' + ghec: '*'