diff --git a/.eslintcache b/.eslintcache new file mode 100644 index 0000000000..8176807232 --- /dev/null +++ b/.eslintcache @@ -0,0 +1 @@ +[{"/Users/rparimi/github/docs/next.config.js":"1","/Users/rparimi/github/docs/tests/rendering/server.js":"2"},{"size":1142,"mtime":1628182913918,"results":"3","hashOfConfig":"4"},{"size":40894,"mtime":1628183078077,"results":"5","hashOfConfig":"4"},{"filePath":"6","messages":"7","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1imf7n8",{"filePath":"8","messages":"9","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/rparimi/github/docs/next.config.js",[],"/Users/rparimi/github/docs/tests/rendering/server.js",[]] \ No newline at end of file diff --git a/assets/images/help/profile/user-profile-image.png b/assets/images/help/profile/user-profile-image.png new file mode 100644 index 0000000000..0628e7979b Binary files /dev/null and b/assets/images/help/profile/user-profile-image.png differ diff --git a/assets/images/help/profile/user-profile-unfollow-button.png b/assets/images/help/profile/user-profile-unfollow-button.png new file mode 100644 index 0000000000..56799db1fd Binary files /dev/null and b/assets/images/help/profile/user-profile-unfollow-button.png differ diff --git a/content/get-started/exploring-projects-on-github/following-people.md b/content/get-started/exploring-projects-on-github/following-people.md index 9a239ddd4b..a5a71cf762 100644 --- a/content/get-started/exploring-projects-on-github/following-people.md +++ b/content/get-started/exploring-projects-on-github/following-people.md @@ -15,21 +15,32 @@ topics: ## About followers on {% data variables.product.product_name %} -Your {% data variables.product.product_name %} followers get updates about your public {% data variables.product.product_name %} activity on their news feed. {% ifversion fpt %} When you star a public repository, {% data variables.product.product_name %} may recommend this repository to your followers in their discovery view of their news feed. {% endif %} +When you follow people, you'll see their public activity in the activity view of your news feed.{% ifversion fpt %} If someone you follow stars a public repository, {% data variables.product.product_name %} may recommend the repository to you in the discovery view of your news feed.{% endif %}. -Similarly, you can follow someone to get their public {% data variables.product.product_name %} activity on your news feed. {% ifversion fpt %} If a person you follow stars a public repository, {% data variables.product.product_name %} may recommend that repository on the discovery view of your news feed.{% endif %} +You can unfollow someone if you do not wish to see their public activity on {% data variables.product.product_name %}. - +## Following a user on {% data variables.product.product_name %} -## Following people on {% data variables.product.product_name %} +1. Visit a user profile you want to follow by clicking on their user image. + +![Username](../../../assets/images/help/profile/user-profile-image.png) -1. Click on the username of the person you want to follow to visit their profile page. -2. click **Follow** under their profile image. +1. Click **Follow** button under their profile image. ![Follow user button](/assets/images/help/profile/follow-user-button.png) -To stop following someone, visit their profile page and click **Unfollow** under their profile image. +## Unfollowing a user on {% data variables.product.product_name %} + +1. Visit a user profile you want to unfollow by clicking on their user image. + +![Username](../../../assets/images/help/profile/user-profile-image.png) + +1. Click **Unfollow** button under their profile image. + +![User profile button](../../../assets/images/help/profile/user-profile-unfollow-button.png) + + + {% ifversion fpt %} ## Further reading