From 3db14dc292b4537ac78a05847615176cc36f3e9b Mon Sep 17 00:00:00 2001 From: KalCola Date: Sat, 7 Mar 2026 08:05:04 +0000 Subject: [PATCH 1/2] g --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dd23e3c..d322e6e 100644 --- a/README.md +++ b/README.md @@ -16,28 +16,28 @@ We welcome contributions to improve our documentation! Here's how you can contri - Select where you want to fork the repository (your personal account or an organization) 2. Clone your forked repository: - ``` + ```bash git clone https://github.com/YOUR-USERNAME/docs.git cd docs ``` 3. Create a new branch for your changes: - ``` + ```bash git checkout -b your-feature-branch ``` 4. Make your changes to the documentation 5. Commit your changes: - ``` + ```bash git add . git commit -m "Description of your changes" ``` 6. Push your changes to your fork: - ``` + ```bash git push origin your-feature-branch ``` @@ -54,13 +54,13 @@ After forking and cloning the repository: 1. Install dependencies: - ``` + ```bash npm install ``` 2. Start the development server: - ``` + ```bash npm start ``` From 2e7f20f54da866fc2bf3edbe023811735f1a8552 Mon Sep 17 00:00:00 2001 From: KalCola Date: Sat, 7 Mar 2026 02:09:29 -0600 Subject: [PATCH 2/2] Update README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: KalCola --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d322e6e..97a0a77 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ We welcome contributions to improve our documentation! Here's how you can contri - Select where you want to fork the repository (your personal account or an organization) 2. Clone your forked repository: - ```bash + ```sh git clone https://github.com/YOUR-USERNAME/docs.git cd docs ```