Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.22 KB

File metadata and controls

37 lines (26 loc) · 1.22 KB

🤝 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.

🧰 Ways to Contribute

📚 Improve Documentation

  • Fix typos or improve clarity in the README.
  • Add new tips or explanations to help beginners.

🛠 Fix Bugs

  • If you find any issues in the setup process, create an issue or submit a fix.

🚀 Suggest Enhancements

  • Ideas for better setup methods, tools, or scripts? Share them!

💡 Share Examples

  • Add new .c files as example programs.
  • Share your .vscode/tasks.json if it improves the workflow.

🛎 Before You Start

  • 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 main branch.

🧪 Testing

Ensure that your changes:

  • Do not break the current setup.
  • Work correctly by testing compilation and execution via VS Code.

📄 License

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! 🙌