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
Copy file name to clipboardexpand all lines: .github/CONTRIBUTING.md
+10-1
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,11 @@ Due to time constraints, you may not always get a quick response. Please do not
17
17
18
18
## Coding Guidelines
19
19
20
-
This project comes with a `.prettierrc.json` configuration file. Please run the following command to format the code before committing it.
20
+
This project comes with `.prettierrc.json`and `eslintrc.json`configuration files. Please run the following commands to format the code before committing it.
21
21
22
22
```bash
23
23
$ npm run format
24
+
$ npm run lint
24
25
```
25
26
26
27
## Using setup-php from a Git checkout
@@ -47,6 +48,14 @@ After following the steps shown above, The `setup-php` tests in the `__tests__`
47
48
$ npm test
48
49
```
49
50
51
+
## Creating a release
52
+
53
+
Create a release before you push your changes.
54
+
55
+
```bash
56
+
$ npm run release
57
+
```
58
+
50
59
## Reporting issues
51
60
52
61
Please submit the issue using the appropriate template provided for a bug report or a feature request:
0 commit comments