Skip to content

Commit f7b092d

Browse files
committed
chore: update issue template
1 parent ff75a3e commit f7b092d

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/ISSUE_TEMPLATE/report.yml

+3-11
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ body:
2525
required: true
2626
- label: "I have checked the [README](https://github.com/ssut/py-googletrans#readme) for basic usage, known limitations, and have searched existing issues"
2727
required: true
28-
validations:
29-
required: true
3028

3129
- type: dropdown
3230
id: googletrans-version
@@ -39,14 +37,14 @@ body:
3937
validations:
4038
required: true
4139

42-
- type: checkboxes
40+
- type: dropdown
4341
id: issue-type
4442
attributes:
4543
label: "Issue Type"
4644
description: "What type of issue are you submitting?"
4745
options:
48-
- label: "Bug Report"
49-
- label: "Feature Request"
46+
- "Bug Report"
47+
- "Feature Request"
5048
validations:
5149
required: true
5250

@@ -77,8 +75,6 @@ body:
7775
1. ...
7876
2. ...
7977
3. ...
80-
validations:
81-
required: true
8278
8379
- type: textarea
8480
id: related-code
@@ -89,14 +85,10 @@ body:
8985
```python
9086
# Insert code snippets here
9187
```
92-
validations:
93-
required: false
9488
9589
- type: textarea
9690
id: other-information
9791
attributes:
9892
label: "Other Information"
9993
description: "List any other relevant information, such as stack traces or error messages, here."
10094
placeholder: "Any additional information that might be helpful."
101-
validations:
102-
required: false

0 commit comments

Comments
 (0)