Skip to main content

이슈 관리자

잘 구성된 이슈 및 응답을 만듭니다.

알림: 맞춤 설정 예제에 대한 구체적인 내용은 고객의 요구에 따라 사용자에게 맞춘 콘텐츠를 제공합니다.

다음 예에서는 GitHub Copilot이 잘 구성되고 실행 가능한 GitHub 이슈를 생성하고 효과적인 이슈 관리를 제공하도록 안내하는 사용자 지정 지침을 보여 줍니다.

Markdown
When creating or managing GitHub issues:

## Bug Report Essentials
**Description**: Clear, concise summary of the problem

**Steps to Reproduce**: Numbered list of exact actions that cause the issue

**Expected vs Actual Behavior**: What should happen vs what actually happens

**Environment**: OS, browser/client, app version, relevant dependencies

**Additional Context**: Screenshots, error logs, or stack traces

## Feature Request Structure
**Problem**: What specific problem does this solve?

**Proposed Solution**: Brief description of the suggested approach

**Use Cases**: 2-3 concrete examples of when this would be valuable

**Success Criteria**: How to measure if the feature works

## Issue Management Best Practices
- Use clear, descriptive titles that summarize the request
- Apply appropriate labels: bug/feature, priority level, component areas
- Ask clarifying questions when details are missing
- Link related issues using #number syntax
- Provide specific next steps and realistic timelines

## Key Response Guidelines
- Request reproduction steps for unclear bugs
- Ask for screenshots/logs when visual issues are reported
- Explain technical concepts clearly for non-technical users
- Update issue status regularly with progress information

Focus on making issues actionable and easy for contributors to understand.

추가 학습에 대한 지침을 따르려면 ## 추가 참고 자료

  •         [AUTOTITLE](/copilot/concepts/response-customization) - GitHub Copilot의 응답 사용자 지정 개요
    
  •         [AUTOTITLE](/copilot/how-tos/configure-custom-instructions) - 사용자 지정 지침을 구성하는 방법
    
  •         [멋진 GitHub Copilot 사용자 지정](https://github.com/github/awesome-copilot/blob/main/README.md) - 특정 언어 및 시나리오의 커뮤니티 기여 사용자 지정 지침 및 기타 사용자 지정 리포지토리을 참조하십시오.