- Before sending your pull requests, make sure that you read the whole guidelines. If you have any doubt about the contributing guide, please feel free to reach out.
Kickstart your journey into the world π of IOT. This repo contains scripts for various Arduino based projects. Discover π’, Learn βοΈ, Engage π¨βπ» and Contribute
1. Fork this repository.
2. Clone the forked repository. git clone https://github.com/<your-github-username>/project_name.git
3. Navigate to the project directory.
4. Creating a new branch (IMP) This is one of the very important step that you should follow to contribute in Open Source. A branch helps to manage the workflow, isolate your code and does not create a mess.
π Copy paste the url(HTTPS) from the dropdown menu under clone into the terminal
git clone <HTTPS link>
Refer to this following article for the remaining configuration steps CONTRIBUTING.md
Don't hesitate to ping meπ€. If you are interested to discuss any further, I'm always open for a conversation!!β
Shoot me an email here for official discussions.
- Markdown: Markdown is a lightweight markup language like HTML, with plain text formatting syntax.
- Git: Git is a distributed version control system for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files.
You can refer to the following articles on the basics of Git and Github and also contact me, in case you are stuck:
- Forking a Repo
- Cloning a Repo
- How to create a Pull Request
- Getting started with Git and GitHub
- Learn GitHub from Scratch