|
@@ -13,7 +13,7 @@ body:
|
|
|
id: scribe_version
|
|
|
attributes:
|
|
|
label: Scribe version
|
|
|
- description: Run `composer show knuckleswtf/scribe`.
|
|
|
+ description: Run `composer show -v | grep knuckleswtf/scribe`.
|
|
|
placeholder: "example: 4.8.0"
|
|
|
validations:
|
|
|
required: true
|
|
@@ -39,7 +39,7 @@ body:
|
|
|
attributes:
|
|
|
label: Scribe config
|
|
|
description: Run `php artisan scribe:config:diff` and paste it here
|
|
|
- render: yaml
|
|
|
+ render: ruby
|
|
|
validations:
|
|
|
required: true
|
|
|
- type: textarea
|
|
@@ -56,5 +56,5 @@ body:
|
|
|
attributes:
|
|
|
label: Docs
|
|
|
options:
|
|
|
- - label: I've checked [the docs](https://scribe.knuckles.wtf/laravel), the [troubleshooting guide](https://scribe.knuckles.wtf/laravel/troubleshooting), and [existing issues](https://github.com/knuckleswtf/scribe/issues?q=is%3Aissue+_, but I didn't find a solution
|
|
|
+ - label: I've checked [the docs](https://scribe.knuckles.wtf/laravel), the [troubleshooting guide](https://scribe.knuckles.wtf/laravel/troubleshooting), and [existing issues](https://github.com/knuckleswtf/scribe/issues?q=is%3Aissue+), but I didn't find a solution
|
|
|
required: true
|