Skip to content

Commit e0cbd84

Browse files
authored
Update CONTRIBUTING.md
1 parent 623f7f8 commit e0cbd84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
Contributions are **welcome** and will be fully **credited**.
44

5-
We accept contributions via Pull Requests on [Github](https://github.com/swisnl/laravel-javascript-data-response).
5+
We accept contributions via Pull Requests on [Github](https://github.com/swisnl/json-api-client).
66

77

88
## Pull Requests
99

10+
- **Follow the specification** - This package intents to follow the [specification](https://jsonapi.org/format/). Make sure your patch does not violate the specification.
11+
1012
- **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - Check the code style with ``$ composer check-style`` and fix it with ``$ composer fix-style``.
1113

1214
- **Add tests!** - Your patch won't be accepted if it doesn't have tests.

0 commit comments

Comments
 (0)