forked from misskey-dev/misskey
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: localize 02_feature-request.yml
- Loading branch information
1 parent
5a8813b
commit 17f03bb
Showing
1 changed file
with
7 additions
and
7 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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
name: ✨ Feature Request | ||
description: Suggest an idea for this project | ||
name: ✨ 新機能の要望 | ||
description: 新しい機能の提案 | ||
labels: ["✨Feature"] | ||
|
||
body: | ||
- type: textarea | ||
attributes: | ||
label: Summary | ||
description: Tell us what the suggestion is | ||
label: 概要 | ||
description: どんな提案ですか? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Purpose | ||
description: Describe the specific problem or need you think this feature will solve, and who it will help. | ||
label: 目的 | ||
description: その機能の追加によって、どんな問題やニーズが解決されそうですか? また、それはどんな人に役立ちそうですか? | ||
validations: | ||
required: true | ||
required: true |