Skip to content

Commit

Permalink
アプリの機能要望用Issueテンプレートを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Npepperlinux committed Nov 7, 2024
1 parent 9e4aab9 commit 7e2521c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
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: 新機能や改善点に関連する補足情報などがあれば記述してください

0 comments on commit 7e2521c

Please sign in to comment.