GitHub repository templates and configuration. Activate when setting up GitHub repos, CONTRIBUTING.md, CODEOWNERS, issue templates, PR templates, or GitHub Copilot instructions.
Installation
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
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)