-
Notifications
You must be signed in to change notification settings - Fork 0
Creating an Organization README
Amal-B-10 edited this page Feb 5, 2026
·
2 revisions
- In the organization space (not a personal account).
- Create a new repository named .github.
- Set the repository to public (required for the README to be displayed).
- Initialize the repository with a README (optional but recommended).
- Inside the
.githubrepository, create the following structure:
.github/
└── profile/
└── README.md
- The README.md file located in the profile folder is automatically recognized by GitHub as the organization profile README.*
- The content of
profile/README.mdis written in Markdown and may include: - A presentation of the organization.
- A list or description of projects.
- Technologies used.
- Links to main repositories.
- Contact or contribution information.
- No additional configuration is required.