Skip to content

Latest commit

 

History

History
72 lines (50 loc) · 3.94 KB

Arduino_CONTRIBUTION.md

File metadata and controls

72 lines (50 loc) · 3.94 KB

Arduino

Thanks for efforts & taking out the time to contribute🔥🔥

I have created this repository with the intention to impart knowledge and to make this October a month of learning. We want all the contributors to choose a particular topic/project and provide all neccessary details required for it. The directory should be well-maintiained. You will take the credibility of your project and contributions. It is open to anyone in the global community!

If you're an Electronics enthusiast 😎 and want to add any project or snippet of code, your contributions are welcome!


When it comes to Electric & Electronics domain practice makes one perfect! (Whether you are a beginner or on the way to becoming a pro) join us this Hacktoberfest 🎊 to practice and sharpen your analysing skill and develop new projects. Work your way up through a self-choosen project that interest you. All that matters is making this October a month of learning and winning Schwags 👕

What is Hacktoberfest2021 🤔?

Hacktoberfest is a month-long celebration of open source software run by DigitalOcean in partnership with Intel, Deespsource and Appwrite. Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2021 challenge and earn a limited edition T-shirt. Hacktoberfest is open to everyone in the global community!

All that one must do is contribute to any open source project and send atleast 4 pull request between October 1 and October 31. It can be any project and you can contribute in any way possible. It can be a be a bug fix, improvement, feature addition or even a documentation change! And win a T-Shirt and awesome stickers 🤩.

Steps to Contribute

  • Fork this repo
  • Clone on your local machine
git clone https://github.com/<your username>/PRACTICE_HACKTOBERFEST2021.git
cd PRACTICE_HACKTOBERFEST2021/Arduino
  • Create a new branch
git checkout -b my-new-branch
  • Add your contributions
  • Commit and push
git add .
git commit -m "your-commit-msg"
git push origin my-new-branch
  • Create a new pull request from your forked repository

Contribution Guidelines 📃

Kindly mention the following while making a PR:

  • It is mandatory to attach the Circuit Diagram or Simulation Video along the code.
  • If the PR is not in the presenatble format, it will not be merged and marked as invalid.
  • You can make a new folder for a particular topic that you want to choose as your topic for contribution.
  • Avoid repeating the topics/projects which are already available.

All your PRs will be marked as invalid if you don't adhere to the rules.

Keep Contributing!

Resources

Click icon to access Simulation Softwares





If the information from this repo was useful to you in any way, make sure you give it a star 🌟