- Follow file naming convention for all your pull requests.
- while adding any content it should be inside its appropiate directory
- if there is any problem with inaccurate solution create a issue
use | file nomenclature | comments |
---|---|---|
Project Folder | name-of-project | Create the respective project folder you wih to include |
Project Description | README.md | all questions of particular topic are mentioned in a README.md file inside the sub topic folder |
Code File | solution.ino / solution.cpp | solution code file to the project written in same folder where respective readme file is mentioned |
- You can add any beginner/advance project related to Arduino
- You can update existing project with a additional features
- Solve issue raised by other people or yourself
1. Fork this Repository (top-right)
2. Star this Repository (top-right)
3. Create a folder and add 2 files - 1) Code file of your project & 2) readme.md (brief description/guide to your project)
4. Add your name & link in this main README file (do not change anything else) in the Contribution section below.
5. Commit the code
6. Make a pull request