From 9b4ff52c73c3e017bb254718929e1fb604452578 Mon Sep 17 00:00:00 2001 From: Shalvah Date: Sat, 23 May 2020 12:33:59 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 9 +++++---- .github/ISSUE_TEMPLATE/question.md | 10 ++++++++++ 2 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1e30e0be..809d8a2a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,6 +7,8 @@ assignees: '' --- +- [x] **I confirm that I have read and attempted the tips in the [Troubleshooting Guide](https://scribe.readthedocs.io/en/latest/troubleshooting.html).** + **What happened?** 1. I set my configuration to... 2. Then I ran `php artisan scribe:generate` ... @@ -14,9 +16,8 @@ assignees: '' instead of... -**I confirm that I have read and attempted the tips in the [Troubleshooting Guide](https://scribe.readthedocs.io/en/latest/troubleshooting.html).** -**Screenshots and stack traces** +**Screenshots and stack traces:** **My environment:** @@ -24,6 +25,6 @@ instead of... - Laravel version: - Scribe Version -**My Scribe config (minus the comments)** +**My Scribe config (minus the comments):** -**Additional info** +**Additional info:** diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..913223ba --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,10 @@ +--- +name: Question +about: Got a question about how to achieve something? +title: How do I...? +labels: question +assignees: '' + +--- + +- [x] I've read the [documentation](https://scribe.rtfd.io) and I can't find details on how to achieve this.