Skip to content

Commit 7e1c0d9

Browse files
authored
Merge pull request #50 from afgloeden/master
Patterns updated
2 parents 0340489 + 7291169 commit 7e1c0d9

11 files changed

+253
-70
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/BUG_REPORT.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: nunomazer
7+
8+
---
9+
10+
## Describe the bug
11+
12+
A clear and concise description of what the bug is.
13+
14+
## To Reproduce
15+
16+
Steps to reproduce the behavior:
17+
1. Step 01
18+
1. Step 02
19+
1. Step 03
20+
1. See error
21+
22+
## Expected behavior
23+
24+
A clear and concise description of what you expected to happen.
25+
26+
## Screenshots
27+
28+
If applicable, add screenshots to help explain your problem. If no have screenshots, delete the section `Screenshots`.
29+
30+
## Versions
31+
32+
* Laravel: Run `php artisan --version` to show the version.
33+
* PHP: Run `php --version` to show the version.
34+
* Composer: Run `composer --version` to show the version.
35+
* uepg/laravel-sybase: Get the version in `composer.lock`.
36+
37+
## Additional context
38+
39+
Add any other context about the problem here. If no have additional information, delete the section `Additional information`.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: nunomazer
7+
8+
---
9+
10+
## Is your feature request related to a problem? Please describe.
11+
12+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
13+
14+
## Describe the solution you'd like
15+
16+
A clear and concise description of what you want to happen.
17+
18+
## Describe alternatives you've considered
19+
20+
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`.
21+
22+
## Additional context
23+
24+
Add any other context or screenshots about the feature request here. If no have additional information, delete the section `Additional information`.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
## Changes
22

3-
* Feature 1
4-
* Feature 2
5-
* Change 1
6-
* Change 2
7-
* Change 3
8-
* Deletion 1
9-
* Fix #123
10-
* ...
3+
* Feature 1
4+
* Feature 2
5+
* Change 1
6+
* Change 2
7+
* Change 3
8+
* Deletion 1
9+
* Fix #123
10+
* ...
11+
12+
## Additional information
13+
14+
If no have additional information, delete the section `Additional information`.

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ Fix #48, it was breaking extension - @nunomazer
1919
It's not necessary, no new behavior, ref #48 - @nunomazer
2020

2121

22-
23-
2422
## [2.2 (2019-05-13)](https://github.com/uepg/laravel-sybase/compare/2.1.2...2.2)
2523

2624
Merge pull request [#47](https://github.com/uepg/laravel-sybase/pull/47) from afgloeden/master

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Add the following entry to your aliases array in **config/app.php** file, option
4343
'UepgBlueprint' => Uepg\LaravelSybase\Database\Schema\Blueprint::class,
4444
```
4545

46-
Update your **config/database.php's** default driver with the settings for the **sqlsrv** or your custom odbc. See the following example:
46+
Update your **config/database.php's** default driver with the settings for the **sybase** or your custom odbc. See the following example:
4747

4848
```php
4949
<?php
@@ -74,7 +74,7 @@ return [
7474
]
7575
```
7676

77-
Update your **.env** with the settings for the **sqlsrv** or your custom odbc. See the following example:
77+
Update your **.env** with the settings for the **sybase** or your custom odbc. See the following example:
7878

7979
```text
8080
...

0 commit comments

Comments
 (0)