Skip to content

Commit 35c7e6f

Browse files
committed
Update issue-template.md
1 parent 1ef2b10 commit 35c7e6f

File tree

1 file changed

+42
-42
lines changed

1 file changed

+42
-42
lines changed

.github/ISSUE_TEMPLATE/issue-template.md

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -2,45 +2,45 @@ name: Issue template
22
description: Please include the following information in your issue.
33

44
body:
5-
- type: input
6-
id: affected-versions
7-
attributes:
8-
label: LinkStack version
9-
placeholder: x.y.z
10-
validations:
11-
required: true
12-
- type: textarea
13-
id: description
14-
attributes:
15-
label: Description
16-
description: A clear and concise description of the problem
17-
validations:
18-
required: true
19-
- type: textarea
20-
id: system-details
21-
attributes:
22-
label: Details about your system
23-
description: |
24-
OS, PHP, version, etc.
25-
validations:
26-
required: true
27-
- type: textarea
28-
id: how-to-reproduce
29-
attributes:
30-
label: How to reproduce
31-
description: |
32-
Without a means to replicate your problem, it's challenging for us to assist and find a solution.
33-
Kindly provide the necessary code and configuration to facilitate easier issue reproduction.
34-
validations:
35-
required: true
36-
- type: textarea
37-
id: possible-solution
38-
attributes:
39-
label: Possible Solution
40-
description: |
41-
If applicable.
42-
- type: textarea
43-
id: additional-context
44-
attributes:
45-
label: Additional Context
46-
description: "Sny other context about the problem: log messages, screenshots, etc."
5+
- type: input
6+
id: affected-versions
7+
attributes:
8+
label: LinkStack version
9+
placeholder: x.y.z
10+
validations:
11+
required: true
12+
- type: textarea
13+
id: description
14+
attributes:
15+
label: Description
16+
description: A clear and concise description of the problem
17+
validations:
18+
required: true
19+
- type: textarea
20+
id: system-details
21+
attributes:
22+
label: Details about your system
23+
description: |
24+
OS, PHP version, etc.
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: how-to-reproduce
29+
attributes:
30+
label: How to reproduce
31+
description: |
32+
Without a means to replicate your problem, it's challenging for us to assist and find a solution.
33+
Kindly provide the necessary code and configuration to facilitate easier issue reproduction.
34+
validations:
35+
required: true
36+
- type: textarea
37+
id: possible-solution
38+
attributes:
39+
label: Possible Solution
40+
description: |
41+
If applicable.
42+
- type: textarea
43+
id: additional-context
44+
attributes:
45+
label: Additional Context
46+
description: "Any other context about the problem: log messages, screenshots, etc."

0 commit comments

Comments
 (0)