Skip to content

Commit 663ee48

Browse files
authored
Merge pull request #31 from GravityPDF/gh-issue-forms-syntax
Resolve GH Issue Forms Syntax
2 parents 97c53ea + 7e5db23 commit 663ee48

File tree

1 file changed

+28
-29
lines changed

1 file changed

+28
-29
lines changed
Lines changed: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,35 @@
11
name: Bug report 🐛
22
description: The library does not work as expected
3-
label: "bug"
3+
labels: [ "bug" ]
44
body:
5+
- type: checkboxes
6+
attributes:
7+
label: Guidelines
8+
description: Please confirm this is a bug report and not general troubleshooting.
9+
options:
10+
- label: I understand that [if I fail to provide all required details, this issue may be closed without review](https://github.com/gravitypdf/querypath/blob/main/.github/CONTRIBUTING.md).
11+
required: true
512

6-
- type: checkboxes
7-
attributes:
8-
label: Guidelines
9-
description: Please confirm this is a bug report and not general troubleshooting.
10-
options:
11-
- label: I understand that [if I fail to provide all required details, this issue may be closed without review](https://github.com/gravitypdf/querypath/blob/main/.github/CONTRIBUTING.md).
12-
required: true
13+
- type: textarea
14+
attributes:
15+
label: Description of the bug
16+
validations:
17+
required: true
1318

14-
- type: textarea
15-
attributes:
16-
label: Description of the bug
17-
validations:
18-
required: true
19+
- type: input
20+
attributes:
21+
label: QueryPath version
22+
validations:
23+
required: true
1924

20-
- type: input
21-
attributes:
22-
label: QueryPath version
23-
validations:
24-
required: true
25+
- type: input
26+
attributes:
27+
label: PHP Version and environment (server type, cli provider etc., enclosing libraries and their respective versions)
28+
validations:
29+
required: true
2530

26-
- type: input
27-
attributes:
28-
label: PHP Version and environment (server type, cli provider etc., enclosing libraries and their respective versions)
29-
validations:
30-
required: true
31-
32-
- type: textarea
33-
attributes:
34-
label: Minimal reproducible PHP+HTML snippet to replicate bug
35-
validations:
36-
required: true
31+
- type: textarea
32+
attributes:
33+
label: Minimal reproducible PHP+HTML snippet to replicate bug
34+
validations:
35+
required: true

0 commit comments

Comments
 (0)