Added better Github and actions config.

This commit is contained in:
Italo
2022-08-26 00:25:25 -04:00
parent 1fc7222b9b
commit 7f628f9a79
12 changed files with 44 additions and 79 deletions

View File

@@ -1,23 +1,22 @@
<!--
Thanks for contributing to this package! We only accept PR to the latest stable version.
If you're pushing a Feature:
- Title it: "[X.x] This new feature"
- Describe what the new feature enables
- Show a small code snippet of the new feature
- Ensure it doesn't break any feature.
- Ensure it doesn't break backward compatibility.
If you're pushing a Fix:
- Title it: "[X.x] FIX: The bug name"
- Describe how it fixes in a few words.
- Ensure it doesn't break any feature.
- Ensure it doesn't break backward compatibility.
All Pull Requests run with extensive tests for stable and latest versions of PHP and Laravel.
Ensure your tests pass or your PR may be taken down.
If you're a Patreon supporter, this PR will have priority.
Not a Patreon supporter? Become one at https://patreon.com/packagesforlaravel
If you're a Sponsor, this PR will have priority review.
Not a Sponsor? Become one at https://github.com/sponsors/DarkGhostHunter
-->
# Description
@@ -29,5 +28,3 @@ This feature/fix allows to...
```php
Laragear::sample();
```
<!-- You may delete this section if it's a FIX -->