LinkStack/.github/ISSUE_TEMPLATE/issue-template.yaml

47 lines
1.3 KiB
YAML
Raw Normal View History

2022-06-18 23:56:37 +02:00
name: Issue template
2023-10-22 16:02:41 +02:00
description: Please include the following information in your issue.
2022-06-18 23:56:37 +02:00
2023-10-22 16:02:41 +02:00
body:
2023-10-22 16:09:33 +02:00
- 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: "Any other context about the problem: log messages, screenshots, etc."