瀏覽代碼

Update bug_report.yml

Shalvah 2 年之前
父節點
當前提交
76abc4c0d5
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      .github/ISSUE_TEMPLATE/bug_report.yml

+ 3 - 3
.github/ISSUE_TEMPLATE/bug_report.yml

@@ -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