-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Val N edited this page Feb 29, 2024
·
2 revisions
To raise a PR:
- Clone the repo on your system
git clone [email protected]:un33k/python-ipware.git
- Make a branch for your fix or enhancement or new feature
git checkout ci; git merge main; git checkout -b feat/<somename>
- Finish your code and test
bash test.sh
- 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