Contributing to CSIT101
Llyr

How to Contribute

There are two simple ways to contribute to this CSIT resource collection:

1. Send Resources Directly

  1. Just send your stuff through:

  2. What to include:

    • The content you want to add
    • Any files pictures/pdfs
    • About the author (usernames)

2. Using Git (For Advanced Users)

  1. Fork the repository from GitHub

  2. Clone your forked repository:

    1
    git clone https://github.com/YOUR-USERNAME/csit101.git
  3. Create a new branch:

    1
    git checkout -b add-new-resource
  4. Add your changes and commit:

    1
    2
    git add .
    git commit -m "Add: description of your contribution"
  5. Push to your fork:

    1
    git push origin add-new-resource
  6. Create a Pull Request from your fork to the main repository

Note: Make sure to follow the existing file structure and formatting guidelines.

Also you can just comment here if you want and I will guide you through the process.

That's it! Thanks for helping out with the resources! :D

 Comments
Comment plugin failed to load
Loading comment plugin
Powered by Hexo & Theme Keep
This site is deployed on
Unique Visitor Page View