Posted on 10/28/2021
You may already know how to add a README to your GitHub profile (if you don't, have a look at this article), but did you know that you can also add one to an organization's profile?ย ๐ค
To do so, just head over to the GitHub organization you want to customize, and create a new repository named .github
.
As you can see, GitHub already tells you that you discovered a special repository (once again ๐).
Make sure to set the repository's visibility to public.
From there, all you have to do is creating a profile/README.md
file within this repository.
We can then see the final result on the organization's GitHub homepage: