From 0f1da9e15b1dd76e3fa4b3bc6f26ac50357d59d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 16 Aug 2019 15:39:07 +0200 Subject: [PATCH] update issue templates --- .../ISSUE_TEMPLATE/---feature-suggestion.md | 14 ------------ .../{---bug-report.md => bug-report.md} | 0 .github/ISSUE_TEMPLATE/bug_report.md | 22 ------------------- .github/ISSUE_TEMPLATE/feature-suggestion.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 20 ----------------- ...upport-question.md => support-question.md} | 0 6 files changed, 1 insertion(+), 57 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/---feature-suggestion.md rename .github/ISSUE_TEMPLATE/{---bug-report.md => bug-report.md} (100%) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md rename .github/ISSUE_TEMPLATE/{---support-question.md => support-question.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/---feature-suggestion.md b/.github/ISSUE_TEMPLATE/---feature-suggestion.md deleted file mode 100644 index 537b20f6..00000000 --- a/.github/ISSUE_TEMPLATE/---feature-suggestion.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: "\U0001F4A1 Feature Suggestion" -about: Suggest an idea for stancl/tenancy. -title: '' -labels: feature -assignees: stancl - ---- - -#### Description - - -#### Why this should be added - diff --git a/.github/ISSUE_TEMPLATE/---bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md similarity index 100% rename from .github/ISSUE_TEMPLATE/---bug-report.md rename to .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 34a0ed84..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Bug report -about: Report unexpected behavior with stancl/tenancy. -title: '' -labels: bug -assignees: stancl - ---- - -#### Describe the bug - - -#### Steps to reproduce - - -#### Expected behavior -A clear and concise description of what you expected to happen. - -#### Your setup - - Laravel version [e.g. 5.8] - - stancl/tenancy version [e.g. 22] - - Storage driver [e.g. Redis] diff --git a/.github/ISSUE_TEMPLATE/feature-suggestion.md b/.github/ISSUE_TEMPLATE/feature-suggestion.md index 233e06a2..537b20f6 100644 --- a/.github/ISSUE_TEMPLATE/feature-suggestion.md +++ b/.github/ISSUE_TEMPLATE/feature-suggestion.md @@ -1,5 +1,5 @@ --- -name: Feature suggestion +name: "\U0001F4A1 Feature Suggestion" about: Suggest an idea for stancl/tenancy. title: '' labels: feature diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 7d9fa972..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: feature -assignees: stancl - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/---support-question.md b/.github/ISSUE_TEMPLATE/support-question.md similarity index 100% rename from .github/ISSUE_TEMPLATE/---support-question.md rename to .github/ISSUE_TEMPLATE/support-question.md