Skip to content

Commit 97b0091

Browse files
chore: change issue templates
1 parent 9bdd0e6 commit 97b0091

File tree

7 files changed

+140
-72
lines changed

7 files changed

+140
-72
lines changed

.github/ISSUE_TEMPLATE/article_request.md

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Article request
2+
description: Suggest an idea for article
3+
title: "[docs]: "
4+
labels: [documentation]
5+
6+
body:
7+
- type: textarea
8+
attributes:
9+
label: Describe the article you'd like
10+
description: A clear and concise description of what you want to add article.
11+
validations:
12+
required: true
13+
14+
- type: textarea
15+
attributes:
16+
label: Additional context
17+
description: Add any other context or screenshots about the article request here.
18+
validations:
19+
required: false

.github/ISSUE_TEMPLATE/bug_report.md

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

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
name: Bug report
2+
description: Create a report to help us improve
3+
title: "[bug]: "
4+
labels: [bug]
5+
6+
body:
7+
- type: textarea
8+
attributes:
9+
label: Describe the bug
10+
description: A clear and concise description of what the bug is.
11+
validations:
12+
required: true
13+
14+
- type: textarea
15+
attributes:
16+
label: To Reproduce
17+
description: |
18+
Steps to reproduce the behavior
19+
placeholder: |
20+
1. Go to "..."
21+
2. Click on "...."
22+
3. Scroll down to "...."
23+
4. See error
24+
validations:
25+
required: true
26+
27+
- type: textarea
28+
attributes:
29+
label: Expected behavior
30+
description: A clear and concise description of what you expected to happen.
31+
validations:
32+
required: true
33+
34+
- type: textarea
35+
attributes:
36+
label: Screenshots
37+
description: If applicable, add screenshots to help explain your problem.
38+
validations:
39+
required: false
40+
41+
- type: textarea
42+
attributes:
43+
label: Desktop
44+
description: |
45+
(please complete the following information):
46+
- OS: [e.g. iOS]
47+
- Browser [e.g. chrome, safari]
48+
- Version [e.g. 22]
49+
value: |
50+
- OS:
51+
- Version
52+
render: markdown
53+
validations:
54+
required: false
55+
56+
- type: textarea
57+
attributes:
58+
label: Smartphone
59+
description: |
60+
(please complete the following information):
61+
- Device: [e.g. iPhone6]
62+
- OS: [e.g. iOS8.1]
63+
- Browser [e.g. stock browser, safari]
64+
- Version [e.g. 22]
65+
value: |
66+
- Device:
67+
- OS:
68+
- Version
69+
render: markdown
70+
validations:
71+
required: false
72+
73+
- type: textarea
74+
attributes:
75+
label: Additional context
76+
description: Add any other context about the problem here.
77+
validations:
78+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Docs / 資料
4+
url: https://github.com/AliceNovel/Docs/issues/new
5+
about: Issue for docs / 資料に関する意見
6+
- name: Sample / サンプル
7+
url: https://github.com/AliceNovel/SampleGames/issues/new
8+
about: Issue for sample games / サンプルゲームに関する意見

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: Feature request
2+
description: Suggest an idea for this project
3+
title: "[enhancement]: "
4+
labels: [enhancement]
5+
6+
body:
7+
- type: textarea
8+
attributes:
9+
label: Is your feature request related to a problem? Please describe.
10+
description: A clear and concise description of what the problem is.
11+
placeholder: |
12+
Ex. I'm always frustrated when [...]
13+
validations:
14+
required: false
15+
16+
- type: textarea
17+
attributes:
18+
label: Describe the solution you'd like
19+
description: A clear and concise description of what you want to happen.
20+
validations:
21+
required: true
22+
23+
- type: textarea
24+
attributes:
25+
label: Describe alternatives you've considered
26+
description: A clear and concise description of any alternative solutions or features you've considered.
27+
validations:
28+
required: false
29+
30+
- type: textarea
31+
attributes:
32+
label: Additional context
33+
description: Add any other context or screenshots about the feature request here.
34+
validations:
35+
required: false

0 commit comments

Comments
 (0)