2023.02.25
/.github/ISSUE_TEMPLATE
にテンプレート用のYAMLファイルを追加します。/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
を追加しました。name: Feature Request
description: File a feature request
title: "[Feature]: "
assignees:
- wenpe
body:
- type: input
id: feature-outline
attributes:
label: 機能の概要
description: 機能の概要を記載
placeholder: タグで記事を検索する機能
validations:
required: false
- type: textarea
id: detail
attributes:
label: 機能の詳細
description: 機能の詳細を記載してください
validations:
required: true
© 2023 Wenpe