Repo made to promote open source
Contribute to get started
1) Fork and Clone this repo using $git
2) Do ... changes (follow Getting Started Steps)
3) Commit and push to your forked version !
4) Github will tell that "your branch is ahead of original repo . Do you wanna make a pull request ?" Go for it
5) After making pull request , go to "Issues" tab of repository and create new issue , body of which contains what you have done and a request to assign it to you.
6) After verification of your Pull Request (PR) we'll close the issue .
- Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
- Clone your fork down to your local machine
git clone https://github.com/your-username/hacktoberfest.git
- Create a branch
git checkout -b branch-name
- Make your changes (choose from any task)
- Commit and push
git add . git commit -m 'Commit message' git push origin branch-name
- Star this repository
- Create a new pull request from your forked repository (Click the
New Pull Request
button located at the top of your repo) - Wait for your PR review and merge approval!