[skip ci] Issue template ZH (#1073)

This commit is contained in:
tehcneko 2021-09-06 19:11:56 +08:00 committed by GitHub
parent 1a363892e5
commit 12ca107414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 40 additions and 38 deletions

View File

@ -1,6 +1,7 @@
name: Bug report name: Bug report/反馈 Bug
description: Report errors or unexpected behavior. description: Report errors or unexpected behavior./反馈错误或异常行为。
labels: [bug] labels: [bug]
title: "[Bug] "
body: body:
- type: markdown - type: markdown
attributes: attributes:
@ -8,9 +9,13 @@ body:
Thanks for reporting issues of LSPosed! Thanks for reporting issues of LSPosed!
To make it easier for us to help you please enter detailed information below. To make it easier for us to help you please enter detailed information below.
感谢给 LSPosed 汇报问题!
为了使我们更好地帮助你,请提供以下信息。
为了防止重复汇报,标题请务必使用英文。
- type: textarea - type: textarea
attributes: attributes:
label: Steps to reproduce label: Steps to reproduce/复现步骤
placeholder: | placeholder: |
1. 1.
2. 2.
@ -19,57 +24,60 @@ body:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Expected behaviour label: Expected behaviour/预期行为
placeholder: Tell us what should happen placeholder: Tell us what should happen/正常情况下应该发生什么
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Actual behaviour label: Actual behaviour/实际行为
placeholder: Tell us what happens instead placeholder: Tell us what happens instead/实际上发生了什么
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Xposed Module List label: Xposed Module List/Xposed 模块列表
render: shell
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Magisk Module List label: Magisk Module List/Magisk 模块列表
render: shell
validations: validations:
required: true required: true
- type: input - type: input
attributes: attributes:
label: LSPosed version label: LSPosed version/LSPosed 版本
description: Don't use 'latest', specify actual version, that's a reason to close your issue. description: Don't use 'latest'. Specify actual version with 4 digits, otherwise your issue will be closed./不要填用“最新版”。给出四位版本号,不然 issue 会被关闭。
validations: validations:
required: true required: true
- type: input - type: input
attributes: attributes:
label: Android version label: Android version/安卓版本
validations: validations:
required: true required: true
- type: input - type: input
attributes: attributes:
label: Magisk version label: Magisk version/Magisk 版本
validations: validations:
required: true required: true
- type: input - type: input
attributes: attributes:
label: Riru version label: Riru version/Riru 版本
validations: validations:
required: true required: true
- type: checkboxes - type: checkboxes
id: latest id: latest
attributes: attributes:
label: CI Version label: CI Version/CI 版本
description: By submitting this issue, you must use latest CI version of LSPosed description: By submitting this issue, you must use latest CI version of LSPosed/请确保你已经使用最新 CI 版本
options: options:
- label: I am using latest CI version of LSPosed - label: I am using latest CI version of LSPosed/我正在使用最新 CI 版本
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Logs label: Logs/日志
placeholder: Insert log.txt here (if necessary) placeholder: Upload logs by clicking the bar on the bottom/点击文本框底栏上传日志文件
render: shell validations:
required: true

View File

@ -1,8 +1,8 @@
blank_issues_enabled: false blank_issues_enabled: false
contact_links: contact_links:
- name: Ask a question - name: Ask a question/提问
url: https://github.com/LSPosed/LSPosed/discussions/new?category=Q-A url: https://github.com/LSPosed/LSPosed/discussions/new?category=Q-A
about: Please ask and answer questions here. about: Please ask and answer questions here./如果有任何疑问请在这里提问
- name: Official Telegram Channel - name: Official Telegram Channel/官方 Telegram 频道
url: https://t.me/LSPosed url: https://t.me/LSPosed
about: Subscribe for notifications and releases about: Subscribe for notifications and releases/可以订阅通知和发行版

View File

@ -1,30 +1,24 @@
--- ---
name: Feature request name: Feature request/新特性请求
description: Suggest an idea. description: Suggest an idea./提出建议
labels: [enhancement] labels: [enhancement]
title: "[Feature Request] " title: "[Feature Request] "
body: body:
- type: textarea - type: textarea
attributes: attributes:
label: Is your feature request related to a problem? label: Is your feature request related to a problem?/你的请求是否与某个问题相关?
placeholder: A clear and concise description of what the problem is. placeholder: A clear and concise description of what the problem is./请清晰准确表述该问题。
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Describe the solution you'd like label: Describe the solution you'd like/描述你想要地解决方案
placeholder: A clear and concise description of what you want to happen. placeholder: A clear and concise description of what you want to happen./请清晰准确描述新特性地预期行为
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Describe alternatives you've considered label: Additional context/其他信息
placeholder: A clear and concise description of any alternative solutions or features you've considered. placeholder: Add any other context or screenshots about the feature request here./其他关于新特性的信息或者截图
validations:
required: true
- type: textarea
attributes:
label: Additional context
placeholder: Add any other context or screenshots about the feature request here.
validations: validations:
required: false required: false