butler2 と同じ issue テンプレートを設定しました。
追加したのは bug.md、design.md、feature.md の 3 つで、内容とラベル指定も butler2 に揃えています。
This commit is contained in:
@@ -70,11 +70,15 @@
|
|||||||
"Bash(git status:*)",
|
"Bash(git status:*)",
|
||||||
"Bash(npx next:*)",
|
"Bash(npx next:*)",
|
||||||
"mcp__butler__butler__list_skills",
|
"mcp__butler__butler__list_skills",
|
||||||
"mcp__butler__butler__get_skill_usage"
|
"mcp__butler__butler__get_skill_usage",
|
||||||
|
"mcp__butler__inspect_runtime_config",
|
||||||
|
"mcp__butler__execute_task",
|
||||||
|
"Bash(git -C /home/akira/develop/keinasystem remote -v)"
|
||||||
],
|
],
|
||||||
"additionalDirectories": [
|
"additionalDirectories": [
|
||||||
"C:\\Users\\akira\\AppData\\Local\\Temp",
|
"C:\\Users\\akira\\AppData\\Local\\Temp",
|
||||||
"C:\\Users\\akira\\Develop\\keinasystem_t02"
|
"C:\\Users\\akira\\Develop\\keinasystem_t02",
|
||||||
|
"/home/akira/develop"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
26
.gitea/ISSUE_TEMPLATE/bug.md
Normal file
26
.gitea/ISSUE_TEMPLATE/bug.md
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
---
|
||||||
|
name: バグ報告
|
||||||
|
about: 不具合・予期しない動作の報告
|
||||||
|
labels: バグ
|
||||||
|
---
|
||||||
|
|
||||||
|
## 現在の状態(なぜOpenか)
|
||||||
|
(1行で)
|
||||||
|
|
||||||
|
## 次にすること(Next Action)
|
||||||
|
(1行で)
|
||||||
|
|
||||||
|
## ブロック要因
|
||||||
|
(なければ「なし」)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 問題の概要
|
||||||
|
|
||||||
|
## 再現手順
|
||||||
|
|
||||||
|
## 期待する動作
|
||||||
|
|
||||||
|
## 実際の動作
|
||||||
|
|
||||||
|
## 関連
|
||||||
24
.gitea/ISSUE_TEMPLATE/design.md
Normal file
24
.gitea/ISSUE_TEMPLATE/design.md
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
---
|
||||||
|
name: 設計・方針決定
|
||||||
|
about: 実装前の設計議論・方針決定が必要なもの
|
||||||
|
labels: "種別: 設計待ち"
|
||||||
|
---
|
||||||
|
|
||||||
|
## 現在の状態(なぜOpenか)
|
||||||
|
(1行で)
|
||||||
|
|
||||||
|
## 次にすること(Next Action)
|
||||||
|
(1行で)
|
||||||
|
|
||||||
|
## ブロック要因
|
||||||
|
(なければ「なし」)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 問題・背景
|
||||||
|
|
||||||
|
## 検討事項
|
||||||
|
|
||||||
|
## 完了条件
|
||||||
|
|
||||||
|
## 関連
|
||||||
24
.gitea/ISSUE_TEMPLATE/feature.md
Normal file
24
.gitea/ISSUE_TEMPLATE/feature.md
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
---
|
||||||
|
name: 機能追加
|
||||||
|
about: 新機能・改善提案
|
||||||
|
labels: 機能
|
||||||
|
---
|
||||||
|
|
||||||
|
## 現在の状態(なぜOpenか)
|
||||||
|
(1行で)
|
||||||
|
|
||||||
|
## 次にすること(Next Action)
|
||||||
|
(1行で)
|
||||||
|
|
||||||
|
## ブロック要因
|
||||||
|
(なければ「なし」)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 概要
|
||||||
|
|
||||||
|
## 背景・目的
|
||||||
|
|
||||||
|
## 完了条件
|
||||||
|
|
||||||
|
## 関連
|
||||||
Reference in New Issue
Block a user