-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e4aab9
commit 7e2521c
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: Feature Request/新機能等の要望 | ||
description: Miriaアプリの新機能の要望や改善点を説明する | ||
labels: | ||
- enhancement | ||
|
||
body: | ||
- type: textarea | ||
attributes: | ||
label: Summary/概略 | ||
description: 新機能の要望や改善点について記述してください | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Purpose/目的・理由 | ||
description: 新機能の要望や改善点を取り込むことでどのような結果が得られるのかについて記述してください | ||
varidations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional Infomations/その他の情報 | ||
description: 新機能や改善点に関連する補足情報などがあれば記述してください |