=========
A django project with django rest framework
Python
Django
-
Fork and clone the repo.
-
To avoid merge conflicts, make sure to set upstream in your git.
git remote add upstream https://github.com/sonal-spd/Blog-API.git
-
Whenever you want to pull changes from main repo, run:
git pull upstream main
-
Create your feature branch
git checkout -b <feature-name>
-
Commit your changes
git commit -am "Meaningful commit message"
-
Push to the branch
git push origin <feature-name>
-
If you see any bug or you have a feature suggestion, create an issue.
-
Start working on an issue only after it has been approved by the maintainer.
-
Wait till the end of the day to get the reply on an issue or review of a PR.