From 35c7e6f237ef0088bfd58289bd6f5ff4af4bb8d4 Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Sun, 22 Oct 2023 16:09:33 +0200 Subject: [PATCH] Update issue-template.md --- .github/ISSUE_TEMPLATE/issue-template.md | 84 ++++++++++++------------ 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/.github/ISSUE_TEMPLATE/issue-template.md index 1acd4f2..0f2ec92 100644 --- a/.github/ISSUE_TEMPLATE/issue-template.md +++ b/.github/ISSUE_TEMPLATE/issue-template.md @@ -2,45 +2,45 @@ name: Issue template description: Please include the following information in 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." + - 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."