- Create a new branch in your forked repository and then start working
- Include a proper commit message in your commits
- Always rebase with
master:mani1soni/edu_adda
to avoid merge conflicts whenever you start to work - Include proper PR message while giving pull request
- Try to keep pull requests small to minimize merge conflicts
- Fork this repo (button on top)
- Clone on your local machine
$ git clone https://github.com/mani1soni/edu_adda.git
- Change to
edu_adda
directory$ cd edu_adda
- Create a new branch
$ git checkout -b my-new-branch
- Add your contribution
- Commit and push
$ git add .
$ git commit -m "your-commit-msg"
$ git push origin my-new-branch
- Create a new pull request from your forked repository to
master
branch ofmani1soni/edu_adda
🎉 🎊 😃 Happy Contributing 😃 🎊 🎉
Manish Soni Twitter: @manisomanish Github: @mani1soni DevOps Engineer |