diff options
| author | おさむのひと <46447427+samunohito@users.noreply.github.com> | 2023-11-10 15:08:12 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-10 15:08:12 +0900 |
| commit | 7701bf0642e273a8fd459fde1db1612f4eb1e14c (patch) | |
| tree | 4ef2143704d46b041384d1fd0e38ebde2b1fc167 /.github | |
| parent | fix: 投稿通知がオンでもダイレクト投稿はユーザーに通知... (diff) | |
| download | sharkey-7701bf0642e273a8fd459fde1db1612f4eb1e14c.tar.gz sharkey-7701bf0642e273a8fd459fde1db1612f4eb1e14c.tar.bz2 sharkey-7701bf0642e273a8fd459fde1db1612f4eb1e14c.zip | |
「この機能が解決すべき具体的な問題またはニーズ、および誰がそれに役立つと考えているかを説明してください。」という旨の項目を追加 (#12253)
Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/02_feature-request.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/02_feature-request.yml b/.github/ISSUE_TEMPLATE/02_feature-request.yml index 17926412ff..8420475b3e 100644 --- a/.github/ISSUE_TEMPLATE/02_feature-request.yml +++ b/.github/ISSUE_TEMPLATE/02_feature-request.yml @@ -9,3 +9,9 @@ body: description: Tell us what the suggestion is 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. + validations: + required: true
\ No newline at end of file |