mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
huge Laravel 10 upgrade
This commit is contained in:
15
support/laravel-translation/contributing.md
Normal file
15
support/laravel-translation/contributing.md
Normal file
@@ -0,0 +1,15 @@
|
||||
CONTRIBUTING
|
||||
============
|
||||
|
||||
Contributions are welcome, and are accepted via pull requests. Please review these guidelines before submitting any pull requests.
|
||||
|
||||
## Guidelines
|
||||
|
||||
* Please follow the [PSR-2 Coding Style Guide](http://www.php-fig.org/psr/psr-2/), enforced by [StyleCI](https://styleci.io/).
|
||||
* Ensure that the current tests pass, and if you've added something new, add the tests where relevant.
|
||||
* Send a coherent commit history, making sure each individual commit in your pull request is meaningful.
|
||||
* You may need to [rebase](https://git-scm.com/book/en/v2/Git-Branching-Rebasing) to avoid merge conflicts.
|
||||
* If you are changing the behavior, or the public api, you may need to update the docs.
|
||||
* Please remember that we follow [SemVer](http://semver.org/).
|
||||
|
||||
We have [StyleCI](https://styleci.io/) setup to automatically fix any code style issues.
|
||||
Reference in New Issue
Block a user