From 037342cfc342ecccce6a7deef643c789b6569162 Mon Sep 17 00:00:00 2001 From: 0x00568 <68516357+MustardChef@users.noreply.github.com> Date: Wed, 5 Apr 2023 15:21:55 +0100 Subject: [PATCH] Adding Issue Template and Donation Pages --- .github/FUNDING.yml | 1 + .github/ISSUE_TEMPLATE/bug_report.yml | 48 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 8 ++++ .github/ISSUE_TEMPLATE/documentation.yml | 11 +++++ .github/ISSUE_TEMPLATE/feature_request.yml | 11 +++++ 5 files changed, 79 insertions(+) create mode 100644 .github/FUNDING.yml create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/documentation.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..793c7fb --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +ko_fi: mustardchef diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..18d6942 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,48 @@ +name: Bug Report +description: Create a report to receive assistance with any issues that you face during the installtion of WSA and/or during the use of WSA. | 创建一份报告,以便在安装WSA和/或使用WSA过程中遇到任何问题时获得帮助。 +title: "[BUG]" +labels: bug + +body: + - type: textarea + id: description + attributes: + label: Describe the bug | 描述一下这个错误 + description: A clear and concise description of what the bug is. Include screenshots if possible | 简明扼要地描述该错误是什么。如果可能的话,包括屏幕截图 + validations: + required: true + - type: textarea + id: reproduce + attributes: + label: Steps to reproduce the issue | 重现该问题的步骤 + description: Include steps to reproduce the behaviour. | 包括重现该行为的步骤 + validations: + required: true + - type: textarea + id: expected + attributes: + label: Expected behaviour | 预期的行为 + description: A clear and concise description of what you expected to happen. | 清晰而简明地描述你所期望发生的事情 + validations: + required: true + - type: textarea + id: source + attributes: + label: Downloaded Build Of WSA | 已下载的WSA版本 + description: Which build of WSA did you download? Provide the name of the .zip file, and the link to the download page if possible. | 您下载的是哪个版本的WSA?如果可能的话,请提供.zip文件的名称,以及下载页面的链接。 + validations: + required: true + - type: input + id: winbuild + attributes: + label: Windows build number | Windows构建号 + description: You can find the build number by typing winver in the Windows search box. | 你可以通过在Windows搜索框中输入winver来找到构建号。 + validations: + required: true + - type: textarea + id: other + attributes: + label: Additional context | Additional context + description: Add any other context about the problem here. | 在此添加关于该问题的任何其他背景 + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..796038d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: FAQs + url: https://github.com/MustardChef/WSABuilds#--uninstallation + about: Have you taken a look at the FAQs? + - name: General Support + url: https://discord.gg/2thee7zzHZ + about: For general support queries, please ask in the Discord. diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml new file mode 100644 index 0000000..1f869e8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -0,0 +1,11 @@ +name: Documentation +description: Report an issue with the project's documentation | 报告项目文件中的一个问题 +title: "[DOC]" +labels: documentation +body: + - type: textarea + id: description + attributes: + label: Please provide a clear and concise description of the changes you would like to see made to the documentation. | 请清晰简明地描述你希望看到的对文件的修改。 + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..5745321 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,11 @@ +name: Feature request +description: Suggest an idea for this project or Prebuilt WSA Build that you want to be added to Releases | 为这个项目或已构建的WSA版本提出一个想法,您希望将其添加到发布版本中。 +title: "[REQUEST]" +labels: enhancement +body: + - type: textarea + id: description + attributes: + label: Describe your request | 描述您的要求 + validations: + required: true