mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 20:14:03 +00:00
Add issue templates
This commit is contained in:
parent
9df78eb9c2
commit
d63e15ec2e
6 changed files with 102 additions and 0 deletions
22
.github/ISSUE_TEMPLATE/---bug-report.md
vendored
Normal file
22
.github/ISSUE_TEMPLATE/---bug-report.md
vendored
Normal 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]
|
||||
14
.github/ISSUE_TEMPLATE/---feature-suggestion.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE/---feature-suggestion.md
vendored
Normal 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 -->
|
||||
10
.github/ISSUE_TEMPLATE/---support-question.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/---support-question.md
vendored
Normal 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
22
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal 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]
|
||||
14
.github/ISSUE_TEMPLATE/feature-suggestion.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE/feature-suggestion.md
vendored
Normal 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 -->
|
||||
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue