Skip to content

Commit

Permalink
Merge pull request #50 from afgloeden/master
Browse files Browse the repository at this point in the history
Patterns updated
  • Loading branch information
nunomazer authored Jun 7, 2019
2 parents 0340489 + 7291169 commit 7e1c0d9
Show file tree
Hide file tree
Showing 11 changed files with 253 additions and 70 deletions.
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
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`.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
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`.
20 changes: 12 additions & 8 deletions .github/PULL_REQUEST_TEMPLATE.md
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`.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ Fix #48, it was breaking extension - @nunomazer
It's not necessary, no new behavior, ref #48 - @nunomazer




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

Merge pull request [#47](https://github.com/uepg/laravel-sybase/pull/47) from afgloeden/master
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Add the following entry to your aliases array in **config/app.php** file, option
'UepgBlueprint' => Uepg\LaravelSybase\Database\Schema\Blueprint::class,
```

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

```php
<?php
Expand Down Expand Up @@ -74,7 +74,7 @@ return [
]
```

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

```text
...
Expand Down
Loading

0 comments on commit 7e1c0d9

Please sign in to comment.