File tree Expand file tree Collapse file tree 1 file changed +42
-42
lines changed Expand file tree Collapse file tree 1 file changed +42
-42
lines changed Original file line number Diff line number Diff line change @@ -2,45 +2,45 @@ name: Issue template
22description: Please include the following information in your issue.
33
44body:
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."
You can’t perform that action at this time.
0 commit comments