From 8782277aa1b348d95bde3d0f42cb96fc6bf54674 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 1 May 2026 20:29:58 +0000 Subject: [PATCH 1/2] chore: redirect Question issue template to GitHub Discussions Agent-Logs-Url: https://github.com/knuckleswtf/scribe/sessions/a20d4f03-32c1-405f-af20-2d29fe8f03d9 Co-authored-by: shalvah <14361073+shalvah@users.noreply.github.com> --- .githooks/pre-commit | 0 .github/ISSUE_TEMPLATE/config.yml | 3 +++ .github/ISSUE_TEMPLATE/question.yml | 36 ----------------------------- 3 files changed, 3 insertions(+), 36 deletions(-) mode change 100644 => 100755 .githooks/pre-commit delete mode 100644 .github/ISSUE_TEMPLATE/question.yml diff --git a/.githooks/pre-commit b/.githooks/pre-commit old mode 100644 new mode 100755 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 4504ff7d..42ca21d1 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: + - name: Ask a question or suggest something + url: https://github.com/knuckleswtf/scribe/discussions/new + about: Please ask questions and discuss ideas in GitHub Discussions rather than opening an issue. - name: Report an abandoned package dependency url: https://github.com/knuckleswtf/scribe/issues/589 about: If you're getting the message "Package spatie/data-transfer-object is abandoned", go here. diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml deleted file mode 100644 index f9ee124f..00000000 --- a/.github/ISSUE_TEMPLATE/question.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: Question -description: Ask or suggest something. -labels: ["question", "triage"] -assignees: [] -body: - - type: markdown - attributes: - value: | - NOTE: If this is a bug report, please go back and use the Bug report template. - - Before submitting an issue, first try updating your Scribe version and other common solutions mentioned in the [troubleshooting guide](https://scribe.knuckles.wtf/laravel/troubleshooting). - - Also search [the docs](https://scribe.knuckles.wtf/laravel) and [existing issues](https://github.com/knuckleswtf/scribe/issues?q=is%3Aissue+) (both open and closed) for any related problems or solutions. - - type: input - id: scribe_version - attributes: - label: Scribe version - description: Run `composer show -v | grep knuckleswtf/scribe`. - placeholder: "example: 4.8.0" - validations: - required: true - - - type: textarea - id: question - attributes: - label: Your question - placeholder: - validations: - required: true - - type: checkboxes - id: docs - 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 - required: true From 213c9ccbf7287a87b51b352313a4adea1df3ff7c Mon Sep 17 00:00:00 2001 From: Shalvah Date: Fri, 1 May 2026 21:40:19 +0100 Subject: [PATCH 2/2] Update issue template contact link description --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 42ca21d1..05f1903f 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,7 +2,7 @@ blank_issues_enabled: false contact_links: - name: Ask a question or suggest something url: https://github.com/knuckleswtf/scribe/discussions/new - about: Please ask questions and discuss ideas in GitHub Discussions rather than opening an issue. + about: Ask questions and discuss ideas - name: Report an abandoned package dependency url: https://github.com/knuckleswtf/scribe/issues/589 about: If you're getting the message "Package spatie/data-transfer-object is abandoned", go here.