{"meta":{"title":"议题管理器","intro":"创建结构良好的议题和回应。","product":"GitHub Copilot","breadcrumbs":[{"href":"/zh/copilot","title":"GitHub Copilot"},{"href":"/zh/copilot/tutorials","title":"教程"},{"href":"/zh/copilot/tutorials/customization-library","title":"定制化库"},{"href":"/zh/copilot/tutorials/customization-library/custom-instructions","title":"自定义说明"},{"href":"/zh/copilot/tutorials/customization-library/custom-instructions/issue-manager","title":"议题管理器"}],"documentType":"article"},"body":"# 议题管理器\n\n创建结构良好的议题和回应。\n\n> \\[!NOTE]\n>\n> * 此库中的示例旨在提供灵感，建议进行相应调整，使其更特定于你的项目、语言和团队流程。\n> * 如需获取社区提供的有关特定语言和场景的自定义指令示例，请参阅[出色的 GitHub Copilot 自定义内容](https://github.com/github/awesome-copilot/blob/main/docs/README.instructions.md)仓库。\n> * 可以跨不同范围应用自定义指令，具体取决于要在其中创建自定义指令的平台或 IDE。 有关详细信息，请参阅“[关于自定义GitHub Copilot 响应](/zh/copilot/concepts/response-customization)”。\n\n以下示例展示了一些自定义说明，用于指导 GitHub Copilot 创建结构良好的可操作 GitHub 议题并提供有效的议题管理。\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 响应](/zh/copilot/concepts/response-customization) - GitHub Copilot 中的响应自定义概述\n* [为 Copilot 添加自定义说明](/zh/copilot/how-tos/configure-custom-instructions) - 如何配置自定义指令\n* [出色的 GitHub Copilot 自定义内容](https://github.com/github/awesome-copilot/blob/main/README.md) - 社区提供的自定义指令的仓库以及特定语言和场景的其他自定义内容"}