diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000..aa130d62 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,43 @@ +name: Bug report +description: Create a report to help us improve +labels: bug +body: + - type: textarea + id: error + attributes: + label: Describe the bug + description: A clear and concise description of what the bug is. + validations: + required: true + - type: textarea + id: reproduce + attributes: + label: To Reproduce + placeholder: | + 1. Open Netch + 2. ... + validations: + required: true + - type: textarea + id: log + attributes: + label: Log + description: Attaching any log files in the folder `logging` is strongly recommended. + validations: + required: true + - type: textarea + id: environment + attributes: + label: Environment + render: txt + placeholder: | + - OS: [e.g. Windows 10 x64 Professional Workstation 20H2 19042.928] + - Netch Version: [e.g. 1.0.0] + validations: + required: true + - type: textarea + id: info + attributes: + label: Additional information + description: > + If you have any additional information for us, use the field below. diff --git a/.github/ISSUE_TEMPLATE/bug_report.zh-CN.yml b/.github/ISSUE_TEMPLATE/bug_report.zh-CN.yml new file mode 100644 index 00000000..5b9a7abe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.zh-CN.yml @@ -0,0 +1,43 @@ +name: 错误报告 +description: 创建错误报告以帮助我们改进 +labels: bug +body: + - type: textarea + id: error + attributes: + label: 错误描述 + description: 对错误的清晰简洁描述 + validations: + required: true + - type: textarea + id: reproduce + attributes: + label: 复现步骤 + placeholder: | + 1. 打开 Netch 软件 + 2. ... + validations: + required: true + - type: textarea + id: log + attributes: + label: 日志 + description: 强烈建议附上任何在 `logging` 文件夹下面的日志 + validations: + required: true + - type: textarea + id: environment + attributes: + label: 操作环境 + render: txt + placeholder: | + 操作系统:[Windows 10 x64 Professional Workstation 20H2 19042.928] + 软件版本:[1.0.0] + validations: + required: true + - type: textarea + id: info + attributes: + label: 额外信息 + description: > + 下面的文本框中你可以附上跟 issue 相关的截图、文件 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..e22a30b9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,9 @@ +blank_issues_enabled: false +contact_links: + - name: Telegram Channel + url: https://t.me/netch_channel + about: Telegram Channel + + - name: Telegram Group + url: https://t.me/netch_group + about: Telegram Group diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..89bfc3f6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,11 @@ +name: Feature request +description: Suggest an idea for this project +labels: enhancement +body: + - type: textarea + id: description + attributes: + label: Describe the feature you want + description: A clear and concise description of what you want to happen. + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.zh-CN.yml b/.github/ISSUE_TEMPLATE/feature_request.zh-CN.yml new file mode 100644 index 00000000..99f37c6a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.zh-CN.yml @@ -0,0 +1,11 @@ +name: 功能请求 +description: 建议这个项目的想法 +labels: enhancement +body: + - type: textarea + id: description + attributes: + label: 功能描述 + description: 简明扼要地描述需要的功能 + validations: + required: true