mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
14 lines
738 B
Markdown
14 lines
738 B
Markdown
### Create Bug Reports
|
|
|
|
If you find a bug, let us know by creating a new issue.
|
|
|
|
### Write and submit a patch
|
|
|
|
If you'd like to fix a bug, you can submit a Pull Request. If possible, raise an issue first and link the issue in your [commit message](https://help.github.com/articles/closing-issues-via-commit-messages/) or [PR's body](https://github.com/blog/1506-closing-issues-via-pull-requests).
|
|
|
|
When creating Pull Requests, remember:
|
|
|
|
- [Check In Early, Check In Often](http://blog.codinghorror.com/check-in-early-check-in-often/).
|
|
- Write [good commit messages](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
|
|
- Respect the [Best practices for WordPress development](http://jetpack.com/contribute/#practices).
|
|
|