This is a repo to make your first contribution to open source and to learn the 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.
- Install 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 leave 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 forked repository
git clone https://github.com/your-username/hacktober_fest
- Change your directory.
cd hacktober_fest
- 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.