From 4e945ef7b4e196b0dee9268e6cc4cf6275a3b760 Mon Sep 17 00:00:00 2001 From: Khujrat Shaikh Date: Sat, 7 Feb 2026 20:29:24 +0530 Subject: [PATCH] Fix minor punctuation in README Fix minor punctuation in README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4cc512edbf2b..b8f4abd0d27f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # GitHub Docs -Welcome to GitHub Docs! GitHub’s documentation is open source, meaning anyone from inside or outside the company can contribute. For full contributing guidelines, visit our [contributing guide](https://docs.github.com/en/contributing) +Welcome to GitHub Docs! GitHub’s documentation is open source, meaning anyone from inside or outside the company can contribute. For full contributing guidelines, visit our [contributing guide](https://docs.github.com/en/contributing). + ## Quick links by contributor type @@ -16,7 +17,7 @@ There are two GitHub Docs repositories: - **`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`. +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.