From 2788772e34b91acd942241d1fa8210411c68c553 Mon Sep 17 00:00:00 2001 From: Komali0706 Date: Sat, 22 Nov 2025 23:08:31 +0530 Subject: [PATCH 1/2] Improve README: --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 4cc512edbf2b..1b47e0a2235f 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,23 @@ This project is dual-licensed under: * **Creative Commons Attribution 4.0** - for documentation and content in the assets, content, and data folders (see [LICENSE](LICENSE)) * **MIT License** - for code (see [LICENSE-CODE](LICENSE-CODE)) +# Docs Repository + +This repository contains documentation files, guides, and resources on various topics. Its purpose is to keep documentation organized, clear, and easy to access. + +## Table of Contents + +- [About](#about) +- [Usage](#usage) +- [Contributing](#contributing) +- [License](#license) + +## About + +This repository is intended to be a central hub for documentation. It can include tutorials, examples, notes, and educational resources to help users learn or reference key information. + +## Usage + +1. Clone the repository: + ```bash + git clone https://github.com/Komali0706/docs.git From 2657ca0084b6c1e531f0008653685d06b9521694 Mon Sep 17 00:00:00 2001 From: Komali0706 Date: Sat, 22 Nov 2025 23:12:55 +0530 Subject: [PATCH 2/2] Update README with usage and contributing guide --- README.md | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 1b47e0a2235f..421d6946e930 100644 --- a/README.md +++ b/README.md @@ -39,19 +39,27 @@ This project is dual-licensed under: This repository contains documentation files, guides, and resources on various topics. Its purpose is to keep documentation organized, clear, and easy to access. -## Table of Contents - -- [About](#about) -- [Usage](#usage) -- [Contributing](#contributing) -- [License](#license) - -## About - -This repository is intended to be a central hub for documentation. It can include tutorials, examples, notes, and educational resources to help users learn or reference key information. ## Usage 1. Clone the repository: - ```bash git clone https://github.com/Komali0706/docs.git +2. Navigate into the project folder: + cd docs +3. Browse the files and folders to access the documentation. + +## Contributing + +We welcome contributions! To contribute: + +1. Fork the repository. +2. Create a new branch: + git checkout -b your-branch-name +3. Make your changes (edit existing documentation or add new files). +4. Commit your changes: + git commit -m "Add description of changes" +5. Push your branch: + git push origin your-branch-name +6. Open a Pull Request on the original repository. + +Make sure all contributions are clear, concise, and relevant.