Improve templates

This commit is contained in:
Shivam Mathur
2019-11-25 22:06:40 +05:30
parent 970e2d5ebb
commit 7964656607
6 changed files with 22 additions and 5 deletions

View File

@ -17,10 +17,11 @@ Due to time constraints, you may not always get a quick response. Please do not
## Coding Guidelines
This project comes with a `.prettierrc.json` configuration file. Please run the following command to format the code before committing it.
This project comes with `.prettierrc.json` and `eslintrc.json` configuration files. Please run the following commands to format the code before committing it.
```bash
$ npm run format
$ npm run lint
```
## Using setup-php from a Git checkout
@ -47,6 +48,14 @@ After following the steps shown above, The `setup-php` tests in the `__tests__`
$ npm test
```
## Creating a release
Create a release before you push your changes.
```bash
$ npm run release
```
## Reporting issues
Please submit the issue using the appropriate template provided for a bug report or a feature request: