Intermediate Open Source #pull-requests #code-review #contributions

Submitting Pull Requests

4 exercises — PR descriptions, first-time contributor intros, responding to context requests, and handling architecture feedback.

0 / 4 completed
PR description structure: What / Why / How / How to test
  • What — one sentence describing the change with a file/function reference
  • Why — the root cause or motivation + issue link
  • How — the implementation approach in plain language
  • How to test — command to run, new test location, manual test recipe
  • On architecture feedback — ask for the evidence before agreeing; defer to the maintainer's judgment
1 / 4
You've implemented a fix for issue #142 in the `axios-retry` library. Which PR title and description opening is most effective?