# GitHub Resources

## Knowledge

- [GitHub Docs](https://docs.github.com/)
  Official, canonical. Use for: definitive behaviour of any feature.
- [GitHub Docs — Issues](https://docs.github.com/en/issues)
  Use for: labels, milestones, linking issues/PRs, task lists.
- [GitHub Docs — Actions](https://docs.github.com/en/actions)
  Use for: workflow YAML syntax, triggers, jobs, runners.
- [GitHub Docs — Projects](https://docs.github.com/en/issues/planning-and-tracking-with-projects)
  Use for: boards, views, custom fields.
- [GitHub Docs — Pages](https://docs.github.com/en/pages)
  Use for: publishing a static site from a repo.
- [GitHub Docs — Security](https://docs.github.com/en/code-security)
  Use for: Dependabot, secret scanning, code scanning overview.
- [GitHub Docs — Releases](https://docs.github.com/en/repositories/releasing-projects-on-github)
  Use for: tags, release notes, draft/pre-release/latest, assets.

## Skills (interactive practice)

- [GitHub Skills](https://skills.github.com/)
  Official guided courses running inside a real GitHub repo (Actions, Pages, Projects, review). Use for: hands-on practice matching each lesson's topic.

## Wisdom (Communities)

- [GitHub Community Discussions](https://github.com/orgs/community/discussions)
  Official Q&A/discussion forum. Use for: platform-specific questions (not git itself).

## Gaps

- No resource picked yet for Projects (beta) field-customization depth — add once that lesson lands.
