mirror of
https://github.com/misitebao/wails-template-vue
synced 2025-05-11 01:28:02 +08:00
chore: update issue templates
This commit is contained in:
parent
40a66f88a8
commit
53499cf7da
31
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
31
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -1,31 +0,0 @@
|
|||||||
name: Bug Report | 错误报告
|
|
||||||
description: Please describe in detail the problems you encountered in the process of using. | 请详细描述您使用过程中遇到的问题。
|
|
||||||
title: "[Bug]Some problem..."
|
|
||||||
labels: ["bug | 错误"]
|
|
||||||
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
***Please answer these questions before you submit a bug. | 请在您提交 bug 之前,回答以下这些问题。***
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: 1. Your usage scenarios? | 您使用的场景?
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: 2. What did you do? | 您做了什么操作?
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: 3. What are your problems? | 您遇到了什么问题?
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: 4. What is your expected outcome? | 您期望的结果是怎样的?
|
|
||||||
validations:
|
|
||||||
required: true
|
|
33
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
33
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
name: Bug Report
|
||||||
|
description: Please describe in detail the problems you encountered in the process of using.
|
||||||
|
labels: ["bug"]
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Please answer these questions before you submit a bug.
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 1. Your usage scenarios?
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 2. What did you do?
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 3. What are your problems?
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 4. What is your expected outcome?
|
||||||
|
validations:
|
||||||
|
required: false
|
6
.github/ISSUE_TEMPLATE/config.yml
vendored
6
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
blank_issues_enabled: true
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: GitHub Community Discussions
|
- name: GitHub Discussions
|
||||||
url: https://github.com/misitebao/wails-template-vue/discussions
|
url: https://github.com/misitebao/yakia/discussions
|
||||||
about: If your question is not a feature or a bug, please go to the discussion panel and retrieve if your question already exists before submitting.
|
about: If your question is not a feature or a bug, please go to the discussion panel and retrieve if your question already exists before submitting.
|
||||||
|
21
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
21
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
@ -1,21 +0,0 @@
|
|||||||
name: Feature Request | 功能请求
|
|
||||||
description: Please describe in detail the features you expect. | 请详细描述您期望的功能。
|
|
||||||
title: "[Feature]Some feature..."
|
|
||||||
labels: ["enhancement | 增强"]
|
|
||||||
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
***Please answer these questions before you submit the desired feature. | 请在您提交期望的功能之前,回答以下这些问题。***
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: 1. Your usage scenarios? | 您使用的场景?
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: 2. What is your expected outcome? | 您期望的结果是怎样的?
|
|
||||||
validations:
|
|
||||||
required: true
|
|
21
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
21
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
name: Feature Request
|
||||||
|
description: Please describe in detail the features you expect.
|
||||||
|
labels: ["enhancement"]
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Please answer these questions before you submit the desired feature.
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 1. Your usage scenarios?
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 2. What is your expected outcome?
|
||||||
|
validations:
|
||||||
|
required: true
|
Loading…
Reference in New Issue
Block a user