Skip to content

Latest commit

 

History

History
89 lines (58 loc) · 3.13 KB

CONTRIBUTIONS.Md

File metadata and controls

89 lines (58 loc) · 3.13 KB

🌍 Hacktoberfest 2024 Contributions Guide 🚀

Welcome to the Hacktoberfest 2024 project for the Innovative Computer Engineering Club (iCEC-FWU)! We're thrilled to have you here and can't wait to see the amazing things you'll create.

This guide will walk you through how to contribute to our open-source project. Let’s build something innovative together!

📚 Table of Contents

📥 How to Get Started

  1. Fork the Repository 🍴Click the “Fork” button at the top of this repository to create a personal copy under your GitHub profile.

  2. Clone Your Fork 🖥️After forking, clone your repository to your local machine:

    git clone https://github.com/your-username/your-forked-repo.git
  3. Create a New Branch 🌿Create a new branch for your changes:

    git checkout -b feature/your-feature-name
  4. Make Changes and Commit 📄Add your changes, then commit them with a clear and descriptive message:

    git commit -m "Add feature: your-feature-name"
  5. Push Your Changes 🚀Push your branch to your forked repository:

    git push origin feature/your-feature-name
  6. Open a Pull Request 🔀 Go to the original repository and open a pull request with your changes for review.


📋 Contribution Guidelines

To ensure a smooth collaboration, please adhere to the following guidelines:

  • Be Respectful 🙌We are a diverse community; please treat everyone with kindness and respect.
  • Stay On Topic 🎯Keep discussions and contributions relevant to the project and its goals.
  • No Spam 🚫Unrelated promotional content or spam will not be tolerated.
  • Write Clear Commit Messages 📝Provide concise and informative commit messages to explain your changes.
  • Test Your Changes ✔️ Ensure that your contributions are tested and functional before submitting a pull request.

🌟 Code of Conduct

We expect all contributors to follow our Code of Conduct to maintain a welcoming and respectful community. Violations of the Code of Conduct will not be tolerated.


📜 License

By contributing to this project, you agree that your contributions will be licensed under the MIT License.


Our Top Contributors

🤗 Getting Help

If you need any help during your contribution process, feel free to reach out to us! We’re here to support you in any way we can.

  • Email: icecfwu@fwu.edu.np
  • Phone: +977 9810652734
  • Location: iCEC-FWU, Mahendranagar, Nepal

Don’t forget to ⭐ star this repository to stay updated!

We look forward to your contributions and can’t wait to see what you’ll build. Let's make Hacktoberfest 2024 one to remember! 🌍💖