1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 11:14:04 +00:00

Add issue templates

This commit is contained in:
Samuel Štancl 2019-08-16 15:36:31 +02:00 committed by GitHub
parent 9df78eb9c2
commit d63e15ec2e
6 changed files with 102 additions and 0 deletions

22
.github/ISSUE_TEMPLATE/---bug-report.md vendored Normal file
View file

@ -0,0 +1,22 @@
---
name: "\U0001F41B Bug Report"
about: Report unexpected behavior with stancl/tenancy.
title: ''
labels: bug
assignees: stancl
---
#### Describe the bug
<!-- A clear and concise description of what the bug is. -->
#### 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]

View file

@ -0,0 +1,14 @@
---
name: "\U0001F4A1 Feature Suggestion"
about: Suggest an idea for stancl/tenancy.
title: ''
labels: feature
assignees: stancl
---
#### Description
<!-- Description of the feature -->
#### Why this should be added
<!-- Give a use case for this feature -->

View file

@ -0,0 +1,10 @@
---
name: "❤️ Support Question"
about: Ask for help with implementing stancl/tenancy.
title: ''
labels: support
assignees: stancl
---

22
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -0,0 +1,22 @@
---
name: Bug report
about: Report unexpected behavior with stancl/tenancy.
title: ''
labels: bug
assignees: stancl
---
#### Describe the bug
<!-- A clear and concise description of what the bug is. -->
#### 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]

View file

@ -0,0 +1,14 @@
---
name: Feature suggestion
about: Suggest an idea for stancl/tenancy.
title: ''
labels: feature
assignees: stancl
---
#### Description
<!-- Description of the feature -->
#### Why this should be added
<!-- Give a use case for this feature -->

View file

@ -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.