mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2025-01-13 03:39:07 +01:00
Adding Issue Template and Donation Pages
This commit is contained in:
parent
3f01ee2237
commit
037342cfc3
1
.github/FUNDING.yml
vendored
Normal file
1
.github/FUNDING.yml
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
ko_fi: mustardchef
|
48
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
48
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
@ -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
|
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -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.
|
11
.github/ISSUE_TEMPLATE/documentation.yml
vendored
Normal file
11
.github/ISSUE_TEMPLATE/documentation.yml
vendored
Normal file
@ -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
|
11
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
11
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user