Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 751 Bytes

submitting-pull-requests.rst

File metadata and controls

20 lines (13 loc) · 751 Bytes

Submitting pull requests

  • To avoid disappointment, new features should be discussed on the mailing list (django-oscar@googlegroups.com) before serious work starts.
  • Write tests! Pull requests will be rejected if sufficient tests aren't provided.
  • Write docs! Please update the documentation when altering behaviour or introducing new features.
  • Write good commit messages: see Tim Pope's excellent note.
  • Make pull requests against Oscar's master branch unless instructed otherwise.
  • Always submit pull requests from a custom branch. Don't submit from your master branch.