Skip to content

Commit

Permalink
chore: update issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
ssut committed Jan 3, 2025
1 parent ff75a3e commit f7b092d
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/ISSUE_TEMPLATE/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ body:
required: true
- label: "I have checked the [README](https://github.com/ssut/py-googletrans#readme) for basic usage, known limitations, and have searched existing issues"
required: true
validations:
required: true

- type: dropdown
id: googletrans-version
Expand All @@ -39,14 +37,14 @@ body:
validations:
required: true

- type: checkboxes
- type: dropdown
id: issue-type
attributes:
label: "Issue Type"
description: "What type of issue are you submitting?"
options:
- label: "Bug Report"
- label: "Feature Request"
- "Bug Report"
- "Feature Request"
validations:
required: true

Expand Down Expand Up @@ -77,8 +75,6 @@ body:
1. ...
2. ...
3. ...
validations:
required: true
- type: textarea
id: related-code
Expand All @@ -89,14 +85,10 @@ body:
```python
# Insert code snippets here
```
validations:
required: false
- type: textarea
id: other-information
attributes:
label: "Other Information"
description: "List any other relevant information, such as stack traces or error messages, here."
placeholder: "Any additional information that might be helpful."
validations:
required: false

0 comments on commit f7b092d

Please sign in to comment.