-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from afgloeden/master
Patterns updated
- Loading branch information
Showing
11 changed files
with
253 additions
and
70 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: nunomazer | ||
|
||
--- | ||
|
||
## Describe the bug | ||
|
||
A clear and concise description of what the bug is. | ||
|
||
## To Reproduce | ||
|
||
Steps to reproduce the behavior: | ||
1. Step 01 | ||
1. Step 02 | ||
1. Step 03 | ||
1. See error | ||
|
||
## Expected behavior | ||
|
||
A clear and concise description of what you expected to happen. | ||
|
||
## Screenshots | ||
|
||
If applicable, add screenshots to help explain your problem. If no have screenshots, delete the section `Screenshots`. | ||
|
||
## Versions | ||
|
||
* Laravel: Run `php artisan --version` to show the version. | ||
* PHP: Run `php --version` to show the version. | ||
* Composer: Run `composer --version` to show the version. | ||
* uepg/laravel-sybase: Get the version in `composer.lock`. | ||
|
||
## Additional context | ||
|
||
Add any other context about the problem here. If no have additional information, delete the section `Additional information`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement | ||
assignees: nunomazer | ||
|
||
--- | ||
|
||
## Is your feature request related to a problem? Please describe. | ||
|
||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
## Describe the solution you'd like | ||
|
||
A clear and concise description of what you want to happen. | ||
|
||
## Describe alternatives you've considered | ||
|
||
A clear and concise description of any alternative solutions or features you've considered. If no have alternatives, delete the section `Describe alternatives you've considered`. | ||
|
||
## Additional context | ||
|
||
Add any other context or screenshots about the feature request here. If no have additional information, delete the section `Additional information`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
## Changes | ||
|
||
* Feature 1 | ||
* Feature 2 | ||
* Change 1 | ||
* Change 2 | ||
* Change 3 | ||
* Deletion 1 | ||
* Fix #123 | ||
* ... | ||
* Feature 1 | ||
* Feature 2 | ||
* Change 1 | ||
* Change 2 | ||
* Change 3 | ||
* Deletion 1 | ||
* Fix #123 | ||
* ... | ||
|
||
## Additional information | ||
|
||
If no have additional information, delete the section `Additional information`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.