0Pricing
Git & GitHub Professional Workflow · Lesson

Draft PRs and Pull Request Templates

Learn to use draft pull requests for early feedback and PR templates to standardize contributions on GitHub.

What is a Draft Pull Request?

A draft pull request signals that work is still in progress. It cannot be merged until marked ready, but it lets you share early and gather feedback.

Why Use Drafts?

Drafts are useful to:

  • Show direction before finishing
  • Trigger CI early
  • Ask questions without requesting formal review

All lessons in this course

  1. Creating & Reviewing Pull Requests
  2. Forking Workflows on GitHub
  3. Code Reviews & Approvals
  4. Draft PRs and Pull Request Templates
← Back to Git & GitHub Professional Workflow