Skip to content

Commit 632927f

Browse files
authored
Merge pull request #16 from shion1305/fix/IssueTemplateFormat
Fix/issue template format
2 parents 1fe2555 + 3794e0f commit 632927f

File tree

4 files changed

+27
-26
lines changed

4 files changed

+27
-26
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,36 @@
1-
name: Feature request
2-
about: "Did you spot BIG cockroach running on the street? Try to catch it, freeze it, and then send it to us!"
1+
name: 🐛Bug Report
2+
description: "Did you spot BIG cockroach running on the street? Try to catch it, freeze it, and then send it to us🐛"
33
title: "🐛🔧 "
44
labels: 'bug'
55
assignees:
66
- shion1305
77
- tomoyahiroe
88
body:
99
- type: textarea
10-
id: feature_description
10+
id: summary
1111
attributes:
1212
label: Summary (バグの概要)
1313
description: "Write down the summary. What happened? Try to be as descriptive as possible. Tell us what did you expect to happen, and what actually happened instead."
14-
render: markdown
1514
validations:
1615
required: true
1716
- type: textarea
18-
id: impact
17+
id: reproduction-steps
1918
attributes:
2019
label: Reproduction Steps (バグ発生条件)
2120
description: "Give us full walkthrought on what you've experienced step by step."
22-
render: markdown
2321
validations:
2422
required: true
2523
- type: textarea
26-
id: consideration
24+
id: probable-cause
2725
attributes:
2826
label: Probable Cause (修正が必要と思われる箇所)
2927
description: "Got a clue to fix it? You can give it a shot. The more we know, the more we can do. Help us get to the bottom of the problem quickly."
30-
render: markdown
3128
validations:
3229
required: false
3330
- type: textarea
34-
id: consideration
31+
id: note
3532
attributes:
3633
label: Note (補足・考慮すべきこと)
3734
description: "If there is something worth mentioning, then write it down. We might need it later :)"
38-
render: markdown
3935
validations:
4036
required: false
Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,29 @@
1-
name: Feature request
2-
about: "Are you thinking about a crazy long time and can't stop thinking about it? Wanna talk with us to make it real?
3-
If you'd like to make anything, request it! Grow the world as you want. ALWAYS great ideas are in your mind.
4-
Unleashing it to let them see the sunlight!"
1+
name: 💡Feature Request
2+
description: Are you desperate for a new feature? Wanna talk with us to make it real? Request it! Grow the world as you want. ALWAYS great ideas are in your mind. Unleash and let it see the sunlight🌞
53
title: "✨⚡️📝🔥🔧 "
64
labels: "suggestion"
75
assignees:
86
- shion1305
97
- tomoyahiroe
108
body:
119
- type: textarea
12-
id: feature_description
10+
id: feature-description
1311
attributes:
1412
label: Idea (提案する内容)
1513
description: "What do you want to request? Don't write something like \"Better analytics\". But it's a feature, and what is it's purpose?"
16-
render: markdown
1714
validations:
1815
required: true
1916
- type: textarea
2017
id: impact
2118
attributes:
2219
label: Impact (提案による変更の影響範囲)
2320
description: "How do you gonna make this universe a better place? Lay it down. Play safe! Minimum is better."
24-
render: markdown
2521
validations:
2622
required: true
2723
- type: textarea
28-
id: consideration
24+
id: note
2925
attributes:
3026
label: Note (補足・考慮すべきこと)
3127
description: "If there is something worth mentioning, then write it down. We might need it later :)"
32-
render: markdown
3328
validations:
3429
required: false
Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
name: Feature implementation
2-
about: "Hey, so you're working on a feature? Feel free to tell your awesome story/progress and you will get a Donut from us just for free"
1+
name: Feature Implementation
2+
description: Hey, so you're working on a feature? Feel free to tell your awesome story/progress and you will get a Donut from us just for free🍩
33
title: "✨⚡️📝🔥🔧 "
44
labels: "todo"
55
assignees:
66
- shion1305
77
- tomoyahiroe
88
body:
99
- type: textarea
10-
id: todo_description
10+
id: todo-description
1111
attributes:
1212
label: TODO (実装する内容)
1313
description: "You're a great engineer and in a great idea. Tell us about your work. Don't write something like \"Better analytics\". But it's a feature, and what is it's purpose?"
14-
render: markdown
1514
validations:
1615
required: true
1716
- type: textarea
@@ -20,14 +19,12 @@ body:
2019
label: Impact (実装による変更の影響範囲)
2120
description: "How are you gonna change the world?
2221
Be specific and play safe, you gotta ensure it never breaks this world, and I mean never. Minimum is better, or you can split the universe in multiple git request."
23-
render: markdown
2422
validations:
2523
required: true
2624
- type: textarea
27-
id: consideration
25+
id: note
2826
attributes:
2927
label: Note (補足・考慮すべきこと)
3028
description: "Is there something else worth mentioning? Blog it!"
31-
render: markdown
3229
validations:
3330
required: false

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
| Property | Value |
2+
|:--------------------|:------|
3+
| Corresponding Issue | # |
4+
| Assignee | @ |
5+
6+
# PRで実装される機能
7+
8+
9+
# PRで修正される機能
10+
11+
12+
# レビューをお願いしたいポイント
13+

0 commit comments

Comments
 (0)