Skip to content

Commit 53499cf

Browse files
committed
chore: update issue templates
1 parent 40a66f8 commit 53499cf

File tree

5 files changed

+58
-56
lines changed

5 files changed

+58
-56
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: Bug Report
2+
description: Please describe in detail the problems you encountered in the process of using.
3+
labels: ["bug"]
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Please answer these questions before you submit a bug.
10+
11+
- type: textarea
12+
attributes:
13+
label: 1. Your usage scenarios?
14+
validations:
15+
required: true
16+
17+
- type: textarea
18+
attributes:
19+
label: 2. What did you do?
20+
validations:
21+
required: true
22+
23+
- type: textarea
24+
attributes:
25+
label: 3. What are your problems?
26+
validations:
27+
required: true
28+
29+
- type: textarea
30+
attributes:
31+
label: 4. What is your expected outcome?
32+
validations:
33+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
blank_issues_enabled: true
1+
blank_issues_enabled: false
22
contact_links:
3-
- name: GitHub Community Discussions
4-
url: https://github.com/misitebao/wails-template-vue/discussions
5-
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.
3+
- name: GitHub Discussions
4+
url: https://github.com/misitebao/yakia/discussions
5+
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.

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Feature Request
2+
description: Please describe in detail the features you expect.
3+
labels: ["enhancement"]
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Please answer these questions before you submit the desired feature.
10+
11+
- type: textarea
12+
attributes:
13+
label: 1. Your usage scenarios?
14+
validations:
15+
required: true
16+
17+
- type: textarea
18+
attributes:
19+
label: 2. What is your expected outcome?
20+
validations:
21+
required: true

0 commit comments

Comments
 (0)