fix: clarifies organization count (#31)
This commit is contained in:
committed by
GitHub
parent
d6e3cfc160
commit
03bede5482
14
README.md
14
README.md
@@ -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.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
### ⏱️ PageSpeed
|
### ⏱️ PageSpeed
|
||||||
|
|||||||
Reference in New Issue
Block a user