mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 11:14:04 +00:00
Use GitHub forms for issues template. (#755)
* Create bug-report_new.md * wip * Delete bug-report.md * Update bug-report.yml
This commit is contained in:
parent
b58b068434
commit
f12c826df5
2 changed files with 48 additions and 21 deletions
21
.github/ISSUE_TEMPLATE/bug-report.md
vendored
21
.github/ISSUE_TEMPLATE/bug-report.md
vendored
|
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
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. 8.2.0]
|
||||
- stancl/tenancy version: [e.g. 3.1.0]
|
||||
48
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
48
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
name: 🐛 Bug Report
|
||||
description: Report unexpected behavior with stancl/tenancy.
|
||||
labels: ["bug"]
|
||||
assignees:
|
||||
- stancl
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Before opening a bug report, please search for the behaviour in the existing issues.
|
||||
---
|
||||
Thank you for taking the time to file a bug report. To address this bug as fast as possible, we need some information.
|
||||
- type: textarea
|
||||
id: bug-description
|
||||
attributes:
|
||||
label: Bug description
|
||||
description: A clear and concise description of what the bug is.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: steps
|
||||
attributes:
|
||||
label: Steps to reproduce
|
||||
description: Step-by-step guide for reproducing the bug in a fresh Laravel application.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Expected behavior
|
||||
description: A clear and concise description of what you expected to happen.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: laravel-version
|
||||
attributes:
|
||||
label: Laravel version
|
||||
placeholder: "e.g. 8.2.0"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: tenancy-version
|
||||
attributes:
|
||||
label: stancl/tenancy version
|
||||
placeholder: "e.g. 3.1.0"
|
||||
validations:
|
||||
required: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue