Skip to content

Commit

Permalink
chore: add contributing details
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Mar 24, 2023
1 parent de7c0b7 commit 96c9f83
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,19 @@ Alternatively, you can also work with the test application we provide:
cd tests/Fixtures/app
./console assets:install --symlink
symfony serve

# if you prefer keeping the server in your terminal:
symfony server:start --dir tests/Fixtures/app

# or if you prefer using the PHP built-in web server
php -S localhost:8000 -t public/

You also have access to a `console`:

```
APP_DEBUG=1 tests/Fixtures/app/console debug:config
```

### Matching Coding Standards

The API Platform project follows [Symfony coding standards](https://symfony.com/doc/current/contributing/code/standards.html).
Expand Down

0 comments on commit 96c9f83

Please sign in to comment.