Thank you for your interest in contributing to PatternsinC💡. We appreciate all forms of contributions, whether it's bug reports, feature requests, improving documentation, or any other helpful enhancements. Your involvement helps us grow! 🚀
- Click the Fork button at the top-right of this page to create your own copy of the repository.
-
Clone your fork to your local machine using:
git clone https://github.com/<your-username>/PatternsinC.git
- Open the project in your favorite code editor and make your changes directly on the main branch.
- Ensure your code follows the project's coding style and guidelines.
- Once you've made your changes, commit them:
git add . git commit -m "Describe your changes"
-
Push your changes to your fork:
git push origin <your-branch-name>
- Once your changes are pushed, go to the Pull Requests section in the original repository.
- Click on New Pull Request.
- Choose the main branch in your fork and submit your pull request for review.