Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.18 KB

CONTRIBUTING.md

File metadata and controls

26 lines (18 loc) · 1.18 KB

Contributing to Sensei

Firstly, thanks for even thinking about contributing. You're awesome!

To make things easier we've created these guidelines:

##Issues:

  • When opening an issue please keep it to one bug / enhancement / question etc. this to simplify the discussion.
  • Please test the master branch to confirm the issue still exists.
  • Be as descriptive as you can. Screen shots are always welcome.

##Pull Requests

  • The general rule is to use 1 PR for 1 Issue. This helps the merge master quickly figure out how the new code affects the plugin.
  • All Pull Request must be made from int "master". You will be responsible for checking that your branch is up to date.
  • All pull requests must be related to an existing / new issue.
  • If you have the chops please include Unit Tests along with your Pull Request.

##Unit Tests Unit tests can be run locally. Please see our test instructions to run the unit tests.

##Development Blog Please follow further development updates at develop.woothemes.com/sensei

We appreciate all your efforts. Your contributions make Sensei even better!