Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.12 KB

CONTRIBUTING.md

File metadata and controls

30 lines (20 loc) · 1.12 KB

Contribute

First off: thanks for looking into contributing to Babble, we appreciate your help.

Setting up

  1. Clone this git repository on your WordPress development site.
  2. Switch to the develop branch

Submitting patches

Whether you want to fix a bug or implement a new feature, the process is much the same:

  1. Search existing issues; if you can't find anything related to what you want to work on, open a new issue so that you can get some initial feedback.
  2. Fork the repository.
  3. Push the code changes from your local clone to your fork.
  4. Open a pull request to the develop branch.

It doesn't matter if the code isn't perfect. The idea is to get it reviewed early and iterate on it.

Please follow the WordPress Coding Standards.

Licence

The Babble plugin is released under the GPLv2 or later, by contributing code to Babble you grant its use under the GNU General Public License v2 (or later).