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/report.yml
+3-11
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,6 @@ body:
25
25
required: true
26
26
- label: "I have checked the [README](https://github.com/ssut/py-googletrans#readme) for basic usage, known limitations, and have searched existing issues"
27
27
required: true
28
-
validations:
29
-
required: true
30
28
31
29
- type: dropdown
32
30
id: googletrans-version
@@ -39,14 +37,14 @@ body:
39
37
validations:
40
38
required: true
41
39
42
-
- type: checkboxes
40
+
- type: dropdown
43
41
id: issue-type
44
42
attributes:
45
43
label: "Issue Type"
46
44
description: "What type of issue are you submitting?"
47
45
options:
48
-
- label: "Bug Report"
49
-
- label: "Feature Request"
46
+
- "Bug Report"
47
+
- "Feature Request"
50
48
validations:
51
49
required: true
52
50
@@ -77,8 +75,6 @@ body:
77
75
1. ...
78
76
2. ...
79
77
3. ...
80
-
validations:
81
-
required: true
82
78
83
79
- type: textarea
84
80
id: related-code
@@ -89,14 +85,10 @@ body:
89
85
```python
90
86
# Insert code snippets here
91
87
```
92
-
validations:
93
-
required: false
94
88
95
89
- type: textarea
96
90
id: other-information
97
91
attributes:
98
92
label: "Other Information"
99
93
description: "List any other relevant information, such as stack traces or error messages, here."
100
94
placeholder: "Any additional information that might be helpful."
0 commit comments