File tree Expand file tree Collapse file tree 2 files changed +56
-14
lines changed
Expand file tree Collapse file tree 2 files changed +56
-14
lines changed Original file line number Diff line number Diff line change 1+ blank_issues_enabled : true
2+ contact_links :
3+ - name : Feature Request
4+ url : https://github.com/orgs/LinkStackOrg/discussions/categories/feature-requests
5+ about : Requests regarding new features, enhancements, or changes
6+ - name : Button requests
7+ url : https://github.com/orgs/LinkStackOrg/discussions/categories/predefined-links
8+ about : Requests regarding new buttons, brands, updated styling or changes
9+ - name : Docker Issues
10+ url : https://github.com/LinkStackOrg/linkstack-docker/issues
11+ about : Issues regarding the Docker version exclusively or reverse proxy issues related to the Docker instance
12+
Original file line number Diff line number Diff line change 1- ---
21name: Issue template
3- about : Please include the following information in your issue, if applicable.
4- title : ' '
5- labels : ' '
6- assignees : ' '
2+ description: Please include the following information in your issue.
73
8- ---
9-
10- <!-- - Remove this section if it is not required for your issue -->
11-
12- Platform: ` Ubuntu 22.04 LTS `
13- Server type: ` NGINX/Apache2 ... `
14- PHP version: ` 8.1 `
15-
16- [ // ] : # ( Please make sure you have read the system requirements at https://llc.ovh/req before submitting your issue. )
4+ 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."
You can’t perform that action at this time.
0 commit comments