First off, Thanks for taking the time to contribute🔥🔥
We have created this repository with the intention to impart knowledge and to make this October a month of learning. We have included a variety of interesting project statements for you to choose from. Participants are requested to stick to the project statements provided while having the freedom to implement various approaches. It is open to anyone in the global community!
- Fork this repo
- Clone on your local machine
git clone https://github.com/<your username>/Arduino_Amplified.git
cd Arduino_Amplified
- 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
- It is mandatory to attach the Circuit Diagram or Simulation Video along the code
- If the PR is not in the right format, it will not be merged and marked as invalid.
- Don't make any changes in the repo format or create new issues without asking the maintainers.
- You can make a new folder if a particular topic is missing.
- Kindly avoid repeating the algorithms which are already available.
Keep Contributing!