Skip to content

Commit 9b253c3

Browse files
committed
[github] issue templates
1 parent 43cdbcc commit 9b253c3

File tree

2 files changed

+76
-0
lines changed

2 files changed

+76
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: Broken Function
2+
description: If Safe is generating a wrapper for a PHP function, but the wrapper doesn't work
3+
title:
4+
labels: ["broken function"]
5+
body:
6+
- type: input
7+
id: function
8+
attributes:
9+
label: Function URL
10+
description: Link to the function in the PHP documentation
11+
placeholder: https://www.php.net/bzopen
12+
- type: dropdown
13+
id: php_version
14+
attributes:
15+
label: PHP Version
16+
multiple: true
17+
options:
18+
- 8.4
19+
- 8.3
20+
- 8.2
21+
- 8.1
22+
- Other
23+
default: 0
24+
- type: dropdown
25+
id: safe_version
26+
attributes:
27+
label: Safe Version
28+
options:
29+
- 3.X
30+
- 2.X
31+
- dev-master
32+
- Other
33+
default: 0
34+
- type: markdown
35+
id: description
36+
attributes:
37+
label: Problem
38+
description: What is the code doing now? What should it do instead?
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: Missing Function
2+
description: If there's a function in the PHP Standard Library which you believe should have a Safe wrapper
3+
title:
4+
labels: ["missing function"]
5+
body:
6+
- type: input
7+
id: function
8+
attributes:
9+
label: Function URL
10+
description: Link to the function in the PHP documentation
11+
placeholder: https://www.php.net/bzopen
12+
- type: dropdown
13+
id: php_version
14+
attributes:
15+
label: PHP Version
16+
multiple: true
17+
options:
18+
- 8.4
19+
- 8.3
20+
- 8.2
21+
- 8.1
22+
- Other
23+
default: 0
24+
- type: dropdown
25+
id: safe_version
26+
attributes:
27+
label: Safe Version
28+
options:
29+
- 3.X
30+
- 2.X
31+
- dev-master
32+
- Other
33+
default: 0
34+
- type: markdown
35+
id: extra
36+
attributes:
37+
label: Extra Info
38+
description: Any additional information which might be relevant

0 commit comments

Comments
 (0)