Skip to content

Contributing to CS Concepts Docs

We welcome contributions from everyone! Here’s how you can contribute:

  1. Fork the repository: Click the "Fork" button at the top right of the page.
  2. Clone your fork: bash git clone https://github.com/shyambista123/cs-concepts-docs.git
  3. Create a new branch: bash git checkout -b your-branch-name
  4. Add your concept: Create a new markdown file in the appropriate directory under concepts/ and follow the rules outlined in RULES.md.
  5. Submit a pull request: Push your changes and submit a pull request.

Thank you for contributing!