Contributing to CS Concepts Docs
We welcome contributions from everyone! Here’s how you can contribute:
- Fork the repository: Click the "Fork" button at the top right of the page.
- Clone your fork:
bash git clone https://github.com/shyambista123/cs-concepts-docs.git
- Create a new branch:
bash git checkout -b your-branch-name
- Add your concept: Create a new markdown file in the appropriate directory under
concepts/
and follow the rules outlined in RULES.md. - Submit a pull request: Push your changes and submit a pull request.
Thank you for contributing!