-
Notifications
You must be signed in to change notification settings - Fork 92
Home
Val Neekman edited this page Feb 4, 2024
·
2 revisions
To raise a PR:
- Clone the repo on your system
git clone [email protected]:un33k/django-ipware.git
- Make a branch for your fix or enhancement or new feature
git checkout ci; git merge master; git checkout -b feat/<somename>
- Finish your code and test
python manage.py test
- Verify syntax changes
bash format.sh
- Commit your code, and push
git add .; git commit -am "reason of commit"; git push
- Go to GitHub and raise a PR against the CI branch of the main repository