Skip to content

Commit 5f5d38a

Browse files
committed
better forms
1 parent 2ac3ab4 commit 5f5d38a

File tree

2 files changed

+16
-36
lines changed

2 files changed

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

0 commit comments

Comments
 (0)