Updated issue template
This commit is contained in:
parent
4df96237f3
commit
1ef2b10b49
|
@ -0,0 +1,12 @@
|
|||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: Feature Request
|
||||
url: https://github.com/orgs/LinkStackOrg/discussions/categories/feature-requests
|
||||
about: Requests regarding new features, enhancements, or changes
|
||||
- name: Button requests
|
||||
url: https://github.com/orgs/LinkStackOrg/discussions/categories/predefined-links
|
||||
about: Requests regarding new buttons, brands, updated styling or changes
|
||||
- name: Docker Issues
|
||||
url: https://github.com/LinkStackOrg/linkstack-docker/issues
|
||||
about: Issues regarding the Docker version exclusively or reverse proxy issues related to the Docker instance
|
||||
|
|
@ -1,16 +1,46 @@
|
|||
---
|
||||
name: Issue template
|
||||
about: Please include the following information in your issue, if applicable.
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
description: Please include the following information in your issue.
|
||||
|
||||
---
|
||||
|
||||
<!--- Remove this section if it is not required for your issue -->
|
||||
|
||||
Platform: `Ubuntu 22.04 LTS`
|
||||
Server type: `NGINX/Apache2 ...`
|
||||
PHP version: `8.1`
|
||||
|
||||
[//]: # (Please make sure you have read the system requirements at https://llc.ovh/req before submitting your issue.)
|
||||
body:
|
||||
- type: input
|
||||
id: affected-versions
|
||||
attributes:
|
||||
label: LinkStack version
|
||||
placeholder: x.y.z
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: A clear and concise description of the problem
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: system-details
|
||||
attributes:
|
||||
label: Details about your system
|
||||
description: |
|
||||
OS, PHP, version, etc.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: how-to-reproduce
|
||||
attributes:
|
||||
label: How to reproduce
|
||||
description: |
|
||||
Without a means to replicate your problem, it's challenging for us to assist and find a solution.
|
||||
Kindly provide the necessary code and configuration to facilitate easier issue reproduction.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: possible-solution
|
||||
attributes:
|
||||
label: Possible Solution
|
||||
description: |
|
||||
If applicable.
|
||||
- type: textarea
|
||||
id: additional-context
|
||||
attributes:
|
||||
label: Additional Context
|
||||
description: "Sny other context about the problem: log messages, screenshots, etc."
|
||||
|
|
Loading…
Reference in New Issue