Skip to content

Commit 6461eab

Browse files
committed
minor fixes
1 parent 45c96b6 commit 6461eab

3 files changed

Lines changed: 6 additions & 73 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,6 @@ body:
3636
validations:
3737
required: true
3838

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-
5739
- type: input
5840
id: version
5941
attributes:
@@ -97,7 +79,9 @@ body:
9779
label: Checklist
9880
description: Please confirm the following
9981
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
10185
required: true
10286
- label: I have searched for similar issues (open and closed)
10387
required: true

.github/ISSUE_TEMPLATE/documentation.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 📚 Documentation
1+
name: 📚 Documentation Issue
22
description: Report documentation issues or suggest improvements
33
title: "[Docs]: "
44
labels: ["documentation"]
@@ -65,15 +65,6 @@ body:
6565
validations:
6666
required: false
6767

68-
- type: checkboxes
69-
id: contribution
70-
attributes:
71-
label: Contribution
72-
description: Would you be willing to help improve this documentation?
73-
options:
74-
- label: I'm willing to submit a PR to fix/improve this documentation
75-
required: false
76-
7768
- type: checkboxes
7869
id: checklist
7970
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -26,50 +26,6 @@ body:
2626
validations:
2727
required: true
2828

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-
7329
- type: checkboxes
7430
id: checklist
7531
attributes:
@@ -78,5 +34,7 @@ body:
7834
options:
7935
- label: I have read the [documentation](https://ssolweb.github.io/string-morpher)
8036
required: true
37+
- label: I have read the existing [Methods](https://ssolweb.github.io/string-morpher/docs/methods/) documentation
38+
required: true
8139
- label: I have searched for similar feature requests
8240
required: true

0 commit comments

Comments
 (0)