You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

submitting-pull-requests.rst 751B

1234567891011121314151617181920
  1. ========================
  2. Submitting pull requests
  3. ========================
  4. * To avoid disappointment, new features should be discussed on the mailing list
  5. (django-oscar@googlegroups.com) before serious work starts.
  6. * Write tests! Pull requests will be rejected if sufficient tests aren't
  7. provided.
  8. * Write docs! Please update the documentation when altering behaviour or introducing new features.
  9. * Write good commit messages: see `Tim Pope's excellent note`_.
  10. * Make pull requests against Oscar's master branch unless instructed otherwise.
  11. * Always submit pull requests from a custom branch. Don't submit from your
  12. master branch.
  13. .. _`Tim Pope's excellent note`: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html