GitHub repository templates and configuration. Activate when setting up GitHub repos, CONTRIBUTING.md, CODEOWNERS, issue templates, PR templates, or GitHub Copilot instructions.
Instalação
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
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)