-
Notifications
You must be signed in to change notification settings - Fork 0
Commit checklist
alessandrofg edited this page Sep 19, 2013
·
11 revisions
BEFORE committing anything please follow the steps below:
- Do an update: git pull (or) git fetch && git merge <-- Ensure your changes are compatible with the latest code.
- Re-test your changes: Run OWTF, make sure basic functionality works + what you changed is still working.
- Make sure everything is working as expected: run all the tests before committing: cd tests; ./run_tests.py --all.
- Once you are happy that your changes are working, please add the details to the changelog
- Please try to use commit messages of this form - OWTF version_number version_name: MESSAGE
- Commit to the trunk: git push origin master
If you haven't read Contributor's README, you are recommended to read it before contributing.
NOTE: Due to the recent changes in the OWTF repo, all contributors are suggested to use a fresh clone of the repo