From 429a60be72bf7b03d13b05607b5698dc95fe191b Mon Sep 17 00:00:00 2001 From: 24ds1000054-code <24ds1000054@ds.study.iitm.ac.in> Date: Fri, 13 Mar 2026 23:40:35 +0530 Subject: [PATCH] Minor documentation formatting and wording improvement in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR makes two small improvements to the README: • Removes trailing whitespace after a sentence • Improves wording in one sentence for readability No functional changes. AI assistance was used only to help draft the wording, and the changes were verified manually. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5730b788246..84446dc5911c 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ Welcome to GitHub Docs! GitHub’s documentation is open source, meaning anyone ## How we sync changes across Docs repositories -There are two GitHub 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`. +The two repositories sync frequently, so 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.