From e1dc19a1d71e67dc8c8267e4c844980ed1f11d2b Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 14 Aug 2021 12:59:57 -0700 Subject: [PATCH] chore: edit issue templates --- .github/ISSUE_TEMPLATE/Bug_report.yml | 5 ++--- .github/ISSUE_TEMPLATE/Feature_request.yml | 9 ++++++++- .github/ISSUE_TEMPLATE/Support_question.yml | 10 ++++++++++ 3 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/Support_question.yml diff --git a/.github/ISSUE_TEMPLATE/Bug_report.yml b/.github/ISSUE_TEMPLATE/Bug_report.yml index 3523705..64a5e7f 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.yml +++ b/.github/ISSUE_TEMPLATE/Bug_report.yml @@ -1,7 +1,6 @@ name: "\U0001F41B Bug Report" description: Report a general library issue. labels: [bug] -issue_body: false body: - type: input attributes: @@ -14,14 +13,14 @@ body: attributes: label: Laravel version description: "Please provide the full version of Laravel that you're experiencing the bug with." - placeholder: "v1.2.3" + placeholder: "v8.15" validations: required: true - type: input attributes: label: PHP version description: "Please provide the full version of PHP that you're experiencing the bug with." - placeholder: "v1.2.3" + placeholder: "v8.0.0" validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/Feature_request.yml b/.github/ISSUE_TEMPLATE/Feature_request.yml index 9b16f21..174d2c5 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.yml +++ b/.github/ISSUE_TEMPLATE/Feature_request.yml @@ -1,3 +1,10 @@ name: "\U0001F4A1 Feature request" -description: "For ideas or feature requests: please create a Pull Request or open an issue." +description: "For ideas or feature requests: please make a pull request or open an issue." labels: [enhancement] +body: + - type: textarea + attributes: + label: Please describe the feature + description: A concise description of what you would like to experience. + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/Support_question.yml b/.github/ISSUE_TEMPLATE/Support_question.yml new file mode 100644 index 0000000..e9749b6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Support_question.yml @@ -0,0 +1,10 @@ +name: Support question +description: "Need help with using this package? Ask your question here. Please browse the Discussions for similar questions before." +labels: [question] +body: + - type: textarea + attributes: + label: How could we help you? + description: Please describe what is happening and what you expect to happen. + validations: + required: true