{"meta":{"title":"課題管理機能","intro":"適切に構造化された issue と応答を作成します。","product":"GitHub Copilot","breadcrumbs":[{"href":"/ja/copilot","title":"GitHub Copilot"},{"href":"/ja/copilot/tutorials","title":"チュートリアル"},{"href":"/ja/copilot/tutorials/customization-library","title":"カスタマイズ ライブラリ"},{"href":"/ja/copilot/tutorials/customization-library/custom-instructions","title":"カスタム指示"},{"href":"/ja/copilot/tutorials/customization-library/custom-instructions/issue-manager","title":"課題管理機能"}],"documentType":"article"},"body":"# 課題管理機能\n\n適切に構造化された issue と応答を作成します。\n\n> \\[!NOTE]\n>\n> * このライブラリの例はインスピレーションを得るためのものです。プロジェクト、言語、チーム プロセスに合わせて具体的に調整することをお勧めします。\n> * 特定の言語とシナリオ向けのカスタム指示のコミュニティに投稿された例については、[Awesome GitHub Copilot Customizations](https://github.com/github/awesome-copilot/blob/main/docs/README.instructions.md) リポジトリを参照してください。\n> * カスタム指示は、作成するプラットフォームまたは IDE に応じて、さまざまなスコープにわたって適用できます。 詳しくは、「[GitHub Copilotの応答をカスタマイズする方法](/ja/copilot/concepts/response-customization)」を参照してください。\n\n次の例は、GitHub Copilot に、適切に構造化された実用的な GitHub の issue を作成し、効果的な issue 管理を提供するように指示するカスタム手順を示しています。\n\n```markdown copy\nWhen creating or managing GitHub issues:\n\n## Bug Report Essentials\n**Description**: Clear, concise summary of the problem\n\n**Steps to Reproduce**: Numbered list of exact actions that cause the issue\n\n**Expected vs Actual Behavior**: What should happen vs what actually happens\n\n**Environment**: OS, browser/client, app version, relevant dependencies\n\n**Additional Context**: Screenshots, error logs, or stack traces\n\n## Feature Request Structure\n**Problem**: What specific problem does this solve?\n\n**Proposed Solution**: Brief description of the suggested approach\n\n**Use Cases**: 2-3 concrete examples of when this would be valuable\n\n**Success Criteria**: How to measure if the feature works\n\n## Issue Management Best Practices\n- Use clear, descriptive titles that summarize the request\n- Apply appropriate labels: bug/feature, priority level, component areas\n- Ask clarifying questions when details are missing\n- Link related issues using #number syntax\n- Provide specific next steps and realistic timelines\n\n## Key Response Guidelines\n- Request reproduction steps for unclear bugs\n- Ask for screenshots/logs when visual issues are reported\n- Explain technical concepts clearly for non-technical users\n- Update issue status regularly with progress information\n\nFocus on making issues actionable and easy for contributors to understand.\n```\n\n## 参考資料\n\n* [GitHub Copilotの応答をカスタマイズする方法](/ja/copilot/concepts/response-customization) - GitHub Copilot での応答カスタマイズの概要\n* [Copilot に対してカスタム命令を追加する](/ja/copilot/how-tos/configure-custom-instructions) - カスタム指示を構成する方法\n* [優れた GitHub Copilot カスタマイズ](https://github.com/github/awesome-copilot/blob/main/README.md) - 特定の言語とシナリオ向けにコミュニティに投稿されたカスタム指示とその他のカスタマイズのリポジトリ"}