mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 12:24:04 +00:00
update issue templates
This commit is contained in:
parent
d63e15ec2e
commit
0f1da9e15b
6 changed files with 1 additions and 57 deletions
14
.github/ISSUE_TEMPLATE/---feature-suggestion.md
vendored
14
.github/ISSUE_TEMPLATE/---feature-suggestion.md
vendored
|
|
@ -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 -->
|
|
||||||
22
.github/ISSUE_TEMPLATE/bug_report.md
vendored
22
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -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]
|
|
||||||
2
.github/ISSUE_TEMPLATE/feature-suggestion.md
vendored
2
.github/ISSUE_TEMPLATE/feature-suggestion.md
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
|
@ -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.
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue