This is place to contribute and to learn about git workflow.
Hi there, if you are reading this then probably you are new to open source and looking for some issues to contribute to. You can start by contributing to this list, follow these simple steps to make your first successful PR.
- Installation of required tools:
- git
- any IDE of your choice (for ex. sublime text and atom)
- Ubuntu:
sudo apt-get install git
- Windows: Download
- Star this repository
- Fork this repository
- Open
CONTRIBUTIONS.md
and enter details in the following format
Name: "Your name here"
Place: "Enter place here"
Github: [Github username](github profile url)
Linkedin (optional): [Your name](Linkedin profile link)
- make sure to give 2 whitespaces after each line.
- Commit changes with a meaningful commit message like "Added "Your Name to CONTRIBUTIONS.md".
- Create a pull request.
- Sit back and relax while your pull request is reviewed and merged.
- Star this repository
- Fork this repository
- Clone this repository
- Change your directory.
- Open
CONTRIBUTIONS.md
and enter details in the following format
Name: "Your name here"
Place: "Enter place here"
Github: [Github username](github profile url)
Linkedin (optional): [Your name](Linkedin profile link)
- make sure to give 2 whitespaces after each line.
- Commit changes with a meaningful commit message like "Added "Your Name to CONTRIBUTIONS.md".
git add -A
git commit -m "Commit message here"
(include double quotes) - Push to repository
git push origin master
- Create a pull request.
- Sit back and relax while your pull request is reviewed and merged.