🤝 Contributing to C Compiler Setup
Thank you for considering contributing to this project! Your help is always welcome, whether you're fixing a typo, improving the documentation, or adding a new feature.
- Fix typos or improve clarity in the README.
- Add new tips or explanations to help beginners.
- If you find any issues in the setup process, create an issue or submit a fix.
- Ideas for better setup methods, tools, or scripts? Share them!
- Add new
.cfiles as example programs. - Share your
.vscode/tasks.jsonif it improves the workflow.
- Fork the repo and clone it to your machine.
- Create a new branch for your changes.
- Make your changes with clear commit messages.
- Push and open a pull request (PR) to the
mainbranch.
Ensure that your changes:
- Do not break the current setup.
- Work correctly by testing compilation and execution via VS Code.
By contributing, you agree that your contributions will be licensed under the MIT License.
Thanks again for helping improve this project for all C learners and developers! 🙌