diff --git a/.github/ISSUE_TEMPLATE/---bug-report.md b/.github/ISSUE_TEMPLATE/---bug-report.md new file mode 100644 index 00000000..ce301e06 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---bug-report.md @@ -0,0 +1,22 @@ +--- +name: "\U0001F41B 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 new file mode 100644 index 00000000..537b20f6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---feature-suggestion.md @@ -0,0 +1,14 @@ +--- +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/---support-question.md b/.github/ISSUE_TEMPLATE/---support-question.md new file mode 100644 index 00000000..76723c61 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---support-question.md @@ -0,0 +1,10 @@ +--- +name: "❤️ Support Question" +about: Ask for help with implementing stancl/tenancy. +title: '' +labels: support +assignees: stancl + +--- + + diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..34a0ed84 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,22 @@ +--- +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 new file mode 100644 index 00000000..233e06a2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-suggestion.md @@ -0,0 +1,14 @@ +--- +name: 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/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..7d9fa972 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +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.