GitHub repository templates and configuration. Activate when setting up GitHub repos, CONTRIBUTING.md, CODEOWNERS, issue templates, PR templates, or GitHub Copilot instructions.
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
GitHub repository templates and configuration. Activate when setting up GitHub repos, CONTRIBUTING.md, CODEOWNERS, issue templates, PR templates, or GitHub Copilot instructions.
location
user
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.
GitHub Templates
Guidelines for GitHub repository configuration and community files.
Essential Files
File
Purpose
Required
README.md
Project overview
MUST
LICENSE
Legal terms
MUST for open source
CONTRIBUTING.md
Contribution guidelines
SHOULD
CODE_OF_CONDUCT.md
Community standards
SHOULD
SECURITY.md
Vulnerability reporting
MUST for public repos
CODEOWNERS
Review assignments
RECOMMENDED
.github/copilot-instructions.md
AI coding assistant context
RECOMMENDED
Issue Templates
Place in .github/ISSUE_TEMPLATE/. Use YAML form format for structured input.
Key elements for bug_report.yml:
Description, steps to reproduce, expected/actual behavior (required)