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: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,14 +42,14 @@ If the project maintainer has any additional requirements, you will find them li
42
42
43
43
-**[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - The easiest way to apply the conventions is to install [PHP Code Sniffer](https://pear.php.net/package/PHP_CodeSniffer).
44
44
45
-
-**Add tests!** - Your patch won't be accepted if it doesn't have tests.
45
+
-**Add tests!** - Your pull request won't be accepted if it doesn't have tests. When implementing new tests, please use the Pest PHP framework. You can find examples and detailed documentation at [pestphp.com](https://pestphp.com/).
46
46
47
-
-**Document any change in behaviour** - Make sure the `README.md`and any other relevant documentation are kept up-to-date.
47
+
-**Document any change in behaviour** - Make sure the `README.md`is kept up-to-date. If you implement a new feature or propose significant changes to an existing feature, you will have to provide the documentation for these as well. The maintainers of the project will inform you about the process if necessary.
48
48
49
49
-**Consider our release cycle** - We try to follow [SemVer v2.0.0](https://semver.org/). Randomly breaking public APIs is not an option.
50
50
51
51
-**One pull request per feature** - If you want to do more than one thing, send multiple pull requests.
52
52
53
53
-**Send coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please [squash them](https://www.git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Changing-Multiple-Commit-Messages) before submitting.
[](https://packagist.org/packages/fiveam-code/laravel-notion-api)
You can find even more usage examples by checking out the package tests in the `/tests` directory.
143
+
The tests are making use of Pest PHP and we are working on switching from PHPUNIT to it (todo sentence).
144
+
145
+
If you want to run the tests in your CLI:
146
+
93
147
```bash
94
148
vendor/bin/pest tests
95
149
```
96
150
97
151
## Support
98
152
99
-
If you use this package in one of your projects or just want to support our development, consider becoming a [Patreon](https://www.patreon.com/bePatron?u=56662485)!
153
+
If you use this package in one of your projects or want to support our development, consider becoming
154
+
a [Patreon Supporter](https://www.patreon.com/bePatron?u=56662485)!
0 commit comments