Files
claude-howto/ja/.github/ISSUE_TEMPLATE/bug_report.md
T
JiangCheng 1d1df9235b feat(i18n): Add Japanese (ja/) translation (#105)
- Translate all 101 markdown files: P1 core, all 10 modules, examples,
  auxiliary docs (CONTRIBUTING, CODE_OF_CONDUCT, SECURITY, CLAUDE.md, etc.),
  peripheral docs (.github/, docs/, resources/, scripts/)
- Translate comments and user-facing messages in 06-hooks/*.sh examples
- Copy 05-mcp/*.json examples (standard JSON, no comments)
- Update root README.md language switcher to include 日本語
- Add ja/TRANSLATION_NOTES.md (glossary + style guide)

All translations pass pre-commit quality gates (markdown-lint,
cross-references, mermaid-syntax, link-check, build-epub).
2026-04-30 00:16:46 +02:00

47 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!-- i18n-source: .github/ISSUE_TEMPLATE/bug_report.md -->
<!-- i18n-source-sha: 5fd984a -->
<!-- i18n-date: 2026-04-27 -->
---
name: Bug Report
about: サンプル、ガイド、ドキュメントの問題を報告する
title: "[BUG] "
labels: bug
assignees: ''
---
## 概要
問題の簡単な説明。
## 再現手順
1. 手順 1
2. 手順 2
3. 手順 3
## 期待する動作
本来どうなるべきか。
## 実際の動作
実際にはどうなったか。
## 環境
- **Claude Code バージョン**: (例: 1.0.5)
- **OS**: (例: macOS 14.1、Ubuntu 22.04、Windows 11)
- **Python バージョン**: (関連する場合、例: 3.11)
- **対象コンポーネント**: (例: 01-slash-commands、03-skills など)
## サンプルコード
該当する場合、動作しないサンプルコードを記載してほしい。
```
[ここにコードを挿入]
```
## スクリーンショット
該当する場合、問題を示すスクリーンショットを添付してほしい。
## 補足情報
問題の理解に役立つその他の情報があれば。
## 解決案
修正方法の案があれば共有してほしい。