Skip to content
Val Neekman edited this page Feb 4, 2024 · 2 revisions

Welcome to the django-ipware wiki!

To raise a PR:

  1. Clone the repo on your system
git clone [email protected]:un33k/django-ipware.git
  1. Make a branch for your fix or enhancement or new feature
git checkout ci; git merge master; git checkout -b feat/<somename>
  1. Finish your code and test
python manage.py test
  1. Verify syntax changes
bash format.sh
  1. Commit your code, and push
git add .; git commit -am "reason of commit"; git push
  1. Go to GitHub and raise a PR against the CI branch of the main repository
Clone this wiki locally