You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2021. It is now read-only.
@@ -23,23 +20,23 @@ Please note we have a [Contributor Code of Conduct][code-of-conduct], please fol
23
20
-`composer setup` # install and build
24
21
-`composer bin:download` # download test scripts
25
22
-`composer bin:prepare` # prepare test settings and download dependent plugins
26
-
1. Make sure the tests pass on your machine: `composer bin:test-p`, which contains
23
+
1. Make sure the tests pass on your machine: `composer bin:test`, which contains
27
24
-[`PHPCS`][phpcs]
28
25
-[`PHPMD`][phpmd]
29
26
-[`WordPress Plugin Tests`][wp-test]
30
27
-[`ESLint`][eslint]
31
-
-[`Jest`][jest] or [`Mocha`][mocha]
28
+
-[`Jest`][jest]
32
29
-`Build test`
33
30
1. Create a new branch: `git checkout -b my-branch-name`
34
31
1. Make your change, add tests, and make sure the tests still pass.
35
32
1. Push to your fork and [submit a pull request][pr].
36
33
1. Pat your self on the back and wait for your pull request to be reviewed and merged.
37
34
38
35
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
39
-
- Follow the style guides ([JavaScript Standard Style][js-style], [PHPCS][phpcs], [PHPMD][phpmd]). Any linting errors should be shown when running
40
-
-`composer bin:js-lint`
41
-
-`composer bin:phpcs`
42
-
-`composer bin:phpmd`
36
+
- Follow the style guides. Any linting errors should be shown when running
37
+
-`composer bin:js-lint` # [`ESLint`][eslint]
38
+
-`composer bin:phpcs` # [`PHPCS`][phpcs]
39
+
-`composer bin:phpmd` # [`PHPMD`][phpmd]
43
40
- Write and update tests.
44
41
- Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.
45
42
- Write a [good commit message](https://github.com/erlang/otp/wiki/writing-good-commit-messages).
0 commit comments