Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 1.11 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

10 lines (9 loc) · 1.11 KB

Before submitting a pull request, please make sure the following is done:

  1. First and foremost: thanks for contributing.
  2. Fork the repository and create your branch from develop. We encourage you to use the Git Flow and to create a feature branche.
  3. If you've fixed a bug or added code that should be tested, add tests!
  4. Follow WordPress Coding Standards. Pay special attention to documenting your code.
  5. Prefer clarity over clever tricks in your code.
  6. Leverage "vanilla" Javascript and avoid Javascript frameworks/libraries like JQuery unless really needed. A good resource is
  7. Make sure your code lints.
  8. Open a issue in the source repository for early discussion before submitting your pull request. Maybe even before coding. If there's an open issue related to you contribution, engage in discussions in there as soons as possible