Skip to content

Commit

Permalink
Fix issue_template.md formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCoulbourne committed Jan 2, 2018
1 parent 8fddd1c commit d839be5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### Expected Behavior
/If this is a new feature, give a usage example./
_If this is a new feature, give a usage example._

### Current Behavior
/If this is a new feature, is it a modification of an existing feature? Otherwise – `none`/
_If this is a new feature, is it a modification of an existing feature? Otherwise – `none`_

## For bug reports only please provide
### Currently installed Laravel version:
Expand All @@ -12,15 +12,15 @@
`0.6.0`

### Example route from your Laravel Routes file.
i.e. -
_i.e. -_
```php
Route::get('/venues/{venue}', 'VenuesController@show')->name('venues.show');
```
### Contents of Ziggy.namedRoutes
In dev tools type `Ziggy.namedRoutes` and copy the result here.
_In dev tools type `Ziggy.namedRoutes` and copy the result here._

### Ziggy call in context
i.e. –
_i.e. –_
```javascript
// Api client is a wrapper around Axios
ApiClient.get(route('venues.show', {venue: 1}));
Expand Down

0 comments on commit d839be5

Please sign in to comment.