fix: clarifies organization count (#31)

This commit is contained in:
Jovial Joe Jayarson
2020-12-29 23:25:52 +05:30
committed by GitHub
parent d6e3cfc160
commit 03bede5482

View File

@@ -596,6 +596,20 @@ For example, to keep only `header` and `repositories` sections, add the followin
base: "header, repositories" # opt-out from "activity", "community" and "metadata" base: "header, repositories" # opt-out from "activity", "community" and "metadata"
``` ```
##### Organizations Count
By default, community section, counts organization for which you've made your membership public. You can publicise your membership in an organisation:
1. Go to your team/organisation profile.
2. Click on the 'People' tab (The URL will be similar to: `https://github.com/orgs/{foo}/people`)
3. Go to the line with your profile and change `Private` to `Public`
Reference: [New GitHub organization isn't showing on my profile](https://webapps.stackexchange.com/questions/33932/new-github-organization-isnt-showing-on-my-profile)
To count organization(s) of which you wish to remain as a private member, you need to provide update personal token with `read:org` previledge.
![](https://user-images.githubusercontent.com/22963968/103213806-14f6fc80-490f-11eb-9fa5-087195843efc.png)
</details> </details>
### ⏱️ PageSpeed ### ⏱️ PageSpeed