Skip to content

Commit

Permalink
Merge pull request #30 from shilokuma-inc/feat/chore_issueTemplate
Browse files Browse the repository at this point in the history
【FEAT】choreのIssueテンプレを追加
  • Loading branch information
mrs1669 committed May 18, 2024
2 parents 713d620 + 2d25067 commit 74ccd57
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1-Feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ body:
attributes:
label: 概要
description: 追加したい機能の説明をお願いします
placeholder: ~~機能を作成しました
placeholder: 機能を作成しました
validations:
required: true
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/3-Chore.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 軽作業
description: 軽作業用のIssue
title: "【CHORE】"
labels: []
projects: []
assignees:
- mrs1669
body:
- type: textarea
id: content
attributes:
label: 概要
description: 作業内容を説明してください
placeholder: 〜をしました
validations:
required: true
File renamed without changes.

0 comments on commit 74ccd57

Please sign in to comment.