Update issue-template.md

This commit is contained in:
Julian Prieber 2023-10-22 16:09:33 +02:00
parent 1ef2b10b49
commit 35c7e6f237
1 changed files with 42 additions and 42 deletions

View File

@ -2,45 +2,45 @@ name: Issue template
description: Please include the following information in your issue. description: Please include the following information in your issue.
body: body:
- type: input - type: input
id: affected-versions id: affected-versions
attributes: attributes:
label: LinkStack version label: LinkStack version
placeholder: x.y.z placeholder: x.y.z
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: description id: description
attributes: attributes:
label: Description label: Description
description: A clear and concise description of the problem description: A clear and concise description of the problem
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: system-details id: system-details
attributes: attributes:
label: Details about your system label: Details about your system
description: | description: |
OS, PHP, version, etc. OS, PHP version, etc.
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: how-to-reproduce id: how-to-reproduce
attributes: attributes:
label: How to reproduce label: How to reproduce
description: | description: |
Without a means to replicate your problem, it's challenging for us to assist and find a solution. 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. Kindly provide the necessary code and configuration to facilitate easier issue reproduction.
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: possible-solution id: possible-solution
attributes: attributes:
label: Possible Solution label: Possible Solution
description: | description: |
If applicable. If applicable.
- type: textarea - type: textarea
id: additional-context id: additional-context
attributes: attributes:
label: Additional Context label: Additional Context
description: "Sny other context about the problem: log messages, screenshots, etc." description: "Any other context about the problem: log messages, screenshots, etc."