From 6e4c0b94cc989f33f888bc1ea79a1bea339e1328 Mon Sep 17 00:00:00 2001 From: Srushti Panara Date: Sat, 30 May 2026 09:12:49 +0530 Subject: [PATCH 1/4] chore: ignore IDE files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c99a29e4..16b5ff6e 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,5 @@ yarn-error.log* # Temporary files /tmp/ tsconfig.tsbuildinfo +.idea/ +*.iml From e7ec4617f718d5d45511f0e207be05d388bfe57e Mon Sep 17 00:00:00 2001 From: Srushti Panara Date: Sat, 30 May 2026 11:17:18 +0530 Subject: [PATCH 2/4] docs: improve README grammar and punctuation --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 18f0b3f8..db51d49e 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ [![Contributors](https://img.shields.io/github/contributors/recodehive/recode-website?color=2b9348)](https://github.com/recodehive/recode-website/graphs/contributors) [![License Badge](https://img.shields.io/github/license/recodehive/recode-website?color=2b9348)](https://github.com/recodehive/recode-website/LICENSE) -

Collaboration 1st , code 2nd.

+

Collaboration first , code second.

-**Your all-in-one resource for learning Git, GitHub and, Python through comprehensive tutorials and hands-on projects.** +**Your all-in-one resource for learning Git, GitHub, and Python through comprehensive tutorials and hands-on projects.** [Website](https://recodehive.com/) • [Documentation](https://recodehive.com/docs) • [Contributing](community/contributing-guidelines.md) • [Discord](https://discord.gg/Yxv9RA3r) @@ -61,7 +61,7 @@ docker run -p 3000:3000 recodehive-app docker-compose up ``` -Your application will be available at http://localhost:3000 +Your application will be available at "http://localhost:3000" **Traditional Setup:** @@ -161,7 +161,7 @@ flowchart LR ### Step-by-Step Guide -**Fork the repository** on GitHub +**Fork the repository** on GitHub. **Clone your fork:** @@ -176,7 +176,7 @@ cd recode-website git checkout -b feature/your-feature-name ``` -**Make your changes** and test thoroughly +**Make your changes** and test thoroughly. **Commit your changes:** From 3fea1b414eed509a3c691b77c64c098cac949cec Mon Sep 17 00:00:00 2001 From: Srushti Panara Date: Sat, 30 May 2026 18:44:57 +0530 Subject: [PATCH 3/4] docs: restore original collaboration tagline --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db51d49e..93c9f779 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ [![Contributors](https://img.shields.io/github/contributors/recodehive/recode-website?color=2b9348)](https://github.com/recodehive/recode-website/graphs/contributors) [![License Badge](https://img.shields.io/github/license/recodehive/recode-website?color=2b9348)](https://github.com/recodehive/recode-website/LICENSE) -

Collaboration first , code second.

+

Collaboration 1st , code 2nd.

**Your all-in-one resource for learning Git, GitHub, and Python through comprehensive tutorials and hands-on projects.** From 3ab1f25a48c9159f9ea2af605069001bdb8bd444 Mon Sep 17 00:00:00 2001 From: Srushti Panara Date: Sat, 30 May 2026 19:15:58 +0530 Subject: [PATCH 4/4] chore: remove .idea from gitignore --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 16b5ff6e..1e11dd9f 100644 --- a/.gitignore +++ b/.gitignore @@ -25,5 +25,4 @@ yarn-error.log* # Temporary files /tmp/ tsconfig.tsbuildinfo -.idea/ *.iml