1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 13:54:03 +00:00

update issue templates

This commit is contained in:
Samuel Štancl 2019-08-16 15:39:07 +02:00
parent d63e15ec2e
commit 0f1da9e15b
6 changed files with 1 additions and 57 deletions

View file

@ -1,14 +0,0 @@
---
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

@ -1,22 +0,0 @@
---
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

@ -1,5 +1,5 @@
--- ---
name: Feature suggestion name: "\U0001F4A1 Feature Suggestion"
about: Suggest an idea for stancl/tenancy. about: Suggest an idea for stancl/tenancy.
title: '' title: ''
labels: feature labels: feature

View file

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