Hinweis
- Die Beispiele in dieser Bibliothek dienen der Inspiration. Du solltest sie so anpassen, dass sie für deine Projekte, Sprachen und Teamprozesse spezifischer sind.
- Beispiele für von der Community bereitgestellte benutzerdefinierte Anweisungen für bestimmte Sprachen und Szenarios findest du im Repository Großartige GitHub Copilot-Anpassungen.
- Abhängig von der Plattform oder IDE, auf der du sie erstellst, kannst du benutzerdefinierte Anweisungen auf verschiedene Bereiche anwenden. Weitere Informationen findest du unter Anleitung zum Anpassen von GitHub Copilot-Antworten.
Im folgenden Beispiel werden benutzerdefinierte Anweisungen veranschaulicht, die GitHub Copilot anweisen, gut strukturierte, umsetzbare GitHub-Issues zu erstellen und eine effektive Verwaltung der Issues zu bieten.
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.
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.
Weitere Informationen
-
[AUTOTITLE](/copilot/concepts/response-customization): Übersicht über die Anpassung von Antworten in GitHub Copilot -
[AUTOTITLE](/copilot/how-tos/configure-custom-instructions): Konfigurieren benutzerdefinierter Anweisungen -
[Großartige GitHub Copilot-Anpassungen](https://github.com/github/awesome-copilot/blob/main/README.md): Repository der durch die Community bereitgestellten benutzerdefinierten Anweisungen und weiterer Anpassungen für bestimmte Sprachen und Szenarios