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.
Merge pull request #117 from niri-la/template-localize
Templateの日本語化
- Loading branch information
Showing
2 changed files
with
27 additions
and
27 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
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 |