Contributing to CSIT101

How to Contribute
There are two simple ways to contribute to this CSIT resource collection:
1. Send Resources Directly
Just send your stuff through:
- Email (prefered)
- Discord (@Llyr4472)
- Telegram
- Any messaging platform
What to include:
- The content you want to add
- Any files pictures/pdfs
- About the author (usernames)
2. Using Git (For Advanced Users)
Fork the repository from GitHub
Clone your forked repository:
1
git clone https://github.com/YOUR-USERNAME/csit101.git
Create a new branch:
1
git checkout -b add-new-resource
Add your changes and commit:
1
2git add .
git commit -m "Add: description of your contribution"Push to your fork:
1
git push origin add-new-resource
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