You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+3-19Lines changed: 3 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -36,24 +36,6 @@ body:
36
36
validations:
37
37
required: true
38
38
39
-
- type: textarea
40
-
id: expected-behavior
41
-
attributes:
42
-
label: Expected Behavior
43
-
description: What did you expect to happen?
44
-
placeholder: I expected the output to be...
45
-
validations:
46
-
required: true
47
-
48
-
- type: textarea
49
-
id: actual-behavior
50
-
attributes:
51
-
label: Actual Behavior
52
-
description: What actually happened?
53
-
placeholder: Instead, the output was...
54
-
validations:
55
-
required: true
56
-
57
39
- type: input
58
40
id: version
59
41
attributes:
@@ -97,7 +79,9 @@ body:
97
79
label: Checklist
98
80
description: Please confirm the following
99
81
options:
100
-
- label: I have read the [Installation](https://ssolweb.github.io/string-morpher/docs/installation/) and [Methods](https://ssolweb.github.io/string-morpher/docs/methods/) documentation
82
+
- label: I have read the [Installation](https://ssolweb.github.io/string-morpher/docs/installation/)
83
+
required: true
84
+
- label: I have read the [Methods](https://ssolweb.github.io/string-morpher/docs/methods/) documentation
101
85
required: true
102
86
- label: I have searched for similar issues (open and closed)
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yml
+2-44Lines changed: 2 additions & 44 deletions
Original file line number
Diff line number
Diff line change
@@ -26,50 +26,6 @@ body:
26
26
validations:
27
27
required: true
28
28
29
-
- type: textarea
30
-
id: proposed-solution
31
-
attributes:
32
-
label: Proposed Solution
33
-
description: How do you envision this feature working?
34
-
placeholder: |
35
-
Example usage:
36
-
```php
37
-
$result = SM::make('example')->newMethod();
38
-
```
39
-
validations:
40
-
required: false
41
-
42
-
- type: dropdown
43
-
id: feature-type
44
-
attributes:
45
-
label: Feature Type
46
-
description: What type of feature is this?
47
-
options:
48
-
- New Transformer (string manipulation method)
49
-
- New Mask (formatting method)
50
-
- Case Conversion
51
-
- API Enhancement
52
-
- Other
53
-
validations:
54
-
required: true
55
-
56
-
- type: textarea
57
-
id: alternatives
58
-
attributes:
59
-
label: Alternatives Considered
60
-
description: Have you considered any alternative solutions or workarounds?
61
-
validations:
62
-
required: false
63
-
64
-
- type: checkboxes
65
-
id: contribution
66
-
attributes:
67
-
label: Contribution
68
-
description: Would you be willing to contribute this feature?
69
-
options:
70
-
- label: I'm willing to implement this feature and submit a PR
71
-
required: false
72
-
73
29
- type: checkboxes
74
30
id: checklist
75
31
attributes:
@@ -78,5 +34,7 @@ body:
78
34
options:
79
35
- label: I have read the [documentation](https://ssolweb.github.io/string-morpher)
80
36
required: true
37
+
- label: I have read the existing [Methods](https://ssolweb.github.io/string-morpher/docs/methods/) documentation
38
+
required: true
81
39
- label: I have searched for similar feature requests
0 commit comments