Skip to content

Add issue template #317

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/translation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: Translation Issue Report
description: File a translation issue report
title: "[Typo]: "
labels: ["translation"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this translation issue report!
- type: input
id: version
attributes:
label: Python Version
description: Which version of Python docs contains the issue?
placeholder: ex. 3.12
validations:
required: true
- type: input
id: url
attributes:
label: Docs Page
description: What is the url of the page contains the issue?
placeholder: https://docs.python.org/3/about.html
validations:
required: true
- type: textarea
id: zh-original
attributes:
label: Original Translation
description: Which translated paragraph in Chinese contains the issue?
validations:
required: true
- type: textarea
id: en-original
attributes:
label: Original Docs Paragraph
description: Which original paragraph in English contains the issue?
validations:
required: false
- type: textarea
id: zh-suggested
attributes:
label: Suggested Fix
description: What is you suggeest fix?
validations:
required: true