Beginner Reading #open-source #contributing #github #pull-requests

🤝 Reading: Open-Source Contribution Guides

3 exercises — read a realistic CONTRIBUTING.md file. Understand when to open issues, how to reference them in PRs, and how to write Conventional Commit messages.

CONTRIBUTING.md — what to look for
  • Ways to contribute → not just code — bug reports, docs, and reviews count
  • Before You Start → process to follow before writing code
  • PR Guidelines → what reviewers expect: tests, focused scope, issue reference
  • Commit formatfeat:, fix:, chore:, docs:
  • Open an issue first for big changes — save everyone's time
0 / 3 completed
1 / 3
🤝 CONTRIBUTING.md (based on Astro)
{ex.passage}
According to the guide, when should you open an issue BEFORE submitting a pull request?