This repository is GitHub’s special .github organization repository for Inference Foundry. It holds the org profile, shared community defaults, and lightweight docs that apply across projects—not product source code.
Organization site: inference-foundry.github.io
| Path | Purpose |
|---|---|
profile/README.md |
Renders on the GitHub organization profile (public landing). |
docs/projects/ |
Short plans and links for each initiative (including repos not created yet). |
docs/members/ |
Explains where members find the handbook (.github-private). |
CONTRIBUTING.md |
Default contributing text for org repos that don’t define their own. |
CODE_OF_CONDUCT.md |
Expected behavior in org spaces. |
SECURITY.md |
Default security reporting; product-specific detail may live in each repo. |
ISSUE_TEMPLATE/ |
Issue forms; use Org meta for changes to this repo or org-wide policy. |
PULL_REQUEST_TEMPLATE.md |
Minimal default PR template for repos without one. |
The .github-private repository holds the members handbook and canonical team roster (access restricted to the organization). Public visitors use docs/members/README.md for a short explanation and links.
- Changes to this repo (profile copy,
docs/, templates, policies): open a PR here. See CONTRIBUTING.md. - Code or deep docs for a product (e.g. super-ollama): use that repository instead.
profile/README.md— what visitors see on the org GitHub page.README.md(this file) — what visitors see when they open this repository in the browser.
Keep them aligned: high-level story and links in the profile; structure and maintenance notes here.