First release
This commit is contained in:
33
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
33
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
<!--
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
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
|
||||
-->
|
||||
|
||||
# Description
|
||||
|
||||
This feature/fix allows to...
|
||||
|
||||
# Code samples
|
||||
|
||||
```php
|
||||
Laragear::sample();
|
||||
```
|
||||
|
||||
<!-- You may delete this section if it's a FIX -->
|
||||
Reference in New Issue
Block a user