Skip to content
alessandrofg edited this page Sep 19, 2013 · 11 revisions

BEFORE committing anything please follow the steps below:

  1. Do an update: git pull (or) git fetch && git merge <-- Ensure your changes are compatible with the latest code.
  2. Re-test your changes: Run OWTF, make sure basic functionality works + what you changed is still working.
  3. Make sure everything is working as expected: run all the tests before committing: cd tests; ./run_tests.py --all.
  4. Once you are happy that your changes are working, please add the details to the changelog
  5. Please try to use commit messages of this form - OWTF version_number version_name: MESSAGE
  6. 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