Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.43 KB

CONTRIBUTING.md

File metadata and controls

44 lines (29 loc) · 1.43 KB

🎉 Contributing to PatternsinC 🎉

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

🛠️ How to Contribute 🛠️

Show your love toawards open source ⭐ Star the repo ⭐ and follow @deveshvaidyaofficial 😁

1.🍴 Fork the Repository 🍴

  • Click the Fork button at the top-right of this page to create your own copy of the repository.

2.🖥️ Clone the Repository 🖥️

  • Clone your fork to your local machine using:

    git clone https://github.com/<your-username>/PatternsinC.git

3.✏️ Make Changes ✏️

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

4.📦 Commit Changes 📦

  • Once you've made your changes, commit them:
    git add .
    git commit -m "Describe your changes"

5. Push Changes 🚀

  • Push your changes to your fork:

    git push origin <your-branch-name>

6. Open a Pull Request 🎯

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