No description
  • TypeScript 97.1%
  • SCSS 1.5%
  • JavaScript 0.9%
  • Shell 0.3%
  • Dockerfile 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-20 16:43:24 -07:00
.devcontainer instructions for humans and agents for testing and code review (#60435) 2026-03-24 17:19:00 +00:00
.github Specify feature-based versioning for GHES in always-on instructions (#62319) 2026-07-17 18:06:56 +00:00
.vscode Remote GitHub MCP server (#55768) 2025-06-12 16:21:46 +00:00
assets [DO NOT MERGE] Code Quality GA feature branch (#61938) 2026-07-20 13:02:28 +00:00
config Step webapp maxSurge 50% -> 100% to speed deploys (#62293) 2026-07-16 20:48:49 +00:00
content Merge pull request #45227 from github/repo-sync 2026-07-20 16:43:24 -07:00
contributing Repoint deprecated contributing stub links to maintained docs (#62092) 2026-07-07 15:41:49 +00:00
data Update code review docs: custom instructions read from head branch (#62248) 2026-07-20 16:26:37 +00:00
patches Fix O(n²) list parsing in remarkParse via patch-package (#60523) 2026-03-30 17:52:34 +00:00
src GraphQL schema update (#62360) 2026-07-20 16:54:38 +00:00
.dockerignore Tidy up gitignore, prettierignore, dockerignore (#57403) 2025-09-04 19:46:50 +00:00
.editorconfig
.env.example Implementation of API between Docs and CSE Copilot (#52892) 2024-11-14 19:29:34 +00:00
.gitattributes Enforce LF line endings for Markdown files (#60350) 2026-03-19 12:02:27 -07:00
.gitignore Deprecate GHES 3.15 (#61022) 2026-05-08 18:16:22 +00:00
.npmrc Silence funding message in npm logs for npm ci (#59754) 2026-02-23 17:21:54 +00:00
.nvmrc Update filenames to match short titles, add contentType frontmatter (#56836) 2025-07-24 20:04:21 +00:00
.prettierignore Move src/bookmarklets to docs-team (#58026) 2025-10-16 20:28:23 +00:00
CHANGELOG.md Update docs changelog (for PR #61585) (#61761) 2026-06-16 11:37:34 +00:00
docker-compose.yaml
Dockerfile Bump github/gh-base-image/gh-base-noble from 20260713-090615-gb0d388add to 20260716-144716-g39f79b427 in the baseimages group (#62330) 2026-07-17 13:57:19 +00:00
Dockerfile.openapi_decorator Fix Docker security issues: pin images to SHA256 and update base image (#59343) 2026-01-26 18:59:03 +00:00
eslint.config.ts Ban dangerouslySetInnerHTML via custom lint rule (#61968) 2026-07-01 14:13:10 +00:00
LICENSE
LICENSE-CODE Update copyright year to 2026 (#42659) 2026-02-06 16:58:26 +00:00
next.config.ts Add @primer/react-brand foundation and migrate Pagination (#62080) 2026-07-07 18:10:28 +00:00
package-lock.json Bump @opentelemetry deps to clear core < 2.8.0 baggage vuln (GHSA-8988-4f7v-96qf) (#62265) 2026-07-16 19:10:25 +00:00
package.json Bump @opentelemetry deps to clear core < 2.8.0 baggage vuln (GHSA-8988-4f7v-96qf) (#62265) 2026-07-16 19:10:25 +00:00
README.md Fix minor punctuation in README && Fix minor typo in documentation (#42832) 2026-02-16 06:37:20 +00:00
stub.ts Fix Turbopack fs.promises stub for local dev (#60595) 2026-04-02 16:12:11 +00:00
tsconfig.json Bump typescript from 5.9.3 to 6.0.2 (#60576) 2026-03-31 21:54:05 +00:00
vitest.config.ts Bump vitest from 3.1.2 to 4.0.4 (#58241) 2025-11-03 15:57:12 +00:00

GitHub Docs

Welcome to GitHub Docs! GitHubs documentation is open source, meaning anyone from inside or outside the company can contribute. For full contributing guidelines, visit our contributing guide.

  • Hubbers (GitHub employees): See CONTRIBUTING.md in the docs-content repository for GitHub-specific processes.

  • Open source contributors: See CONTRIBUTING.md in the docs repository for a quick-start summary.

How we sync changes across Docs repositories

There are two GitHub Docs repositories:

  • github/docs (public): Open to external contributions

  • github/docs-internal (private): For GitHub employee contributions.

The two repositories sync frequently. Content changes in one are reflected in the other. Hubbers might prefer to post in docs when working with a customer, but docs has limitations on the types of contributions it accepts to safeguard the site and our workflows. Internal contributions should usually go to docs-internal.

Important: The docs repository accepts contributions to content files (.md files in /content and select /data sections like reusables only). Infrastructure files, workflows, and site-building code are not open for external modification.

New to contributing

Here are some resources to help you get started with open source contributions:

License

This project is dual-licensed under:

  • Creative Commons Attribution 4.0 - for documentation and content in the assets, content, and data folders (see LICENSE)
  • MIT License - for code (see LICENSE-CODE)