# `Molecule-AI/.github` Org-level community files + the org-profile README rendered on the org page. ## Layout ``` .github/ ├── README.md # this file (repo entry point, not user-visible on the org page) └── profile/ ├── README.md # rendered on github.com/Molecule-AI when GitHub access is restored └── assets/ ├── molecule-icon.svg └── molecule-logo.svg ``` ## Convention GitHub renders `/.github/profile/README.md` as the org's public landing page. We mirror the same path on Gitea so once GitHub access is restored and repo-sync starts pushing, the file lands in the right place automatically. ## Adding more cross-org defaults GitHub also picks up `/.github/CONTRIBUTING.md`, `SECURITY.md`, `SUPPORT.md`, issue / PR templates under `.github/`, and workflow templates under `.github/workflow-templates/`. Add as needed — keep them generic; per-repo overrides win. ## Editing PR against `main`; org-profile content is user-visible, so pair-review even trivial edits.