hyosung11 / OSSD

A Beginner's Guide to Open Source Software Development by The Linux Foundation
Other
0 stars 0 forks source link

Forge Your Future with Open Source Chapter 5 - Make a Contribution #122

Closed hyosung11 closed 12 months ago

hyosung11 commented 1 year ago
  1. [x] Outline chapter
  2. [x] Intro
  3. [x] Prepare for your contribution
  4. [x] Review the issue tracker
  5. [x] set up your environment
  6. [x] text editors
  7. [x] do issue triage
  8. [x] read the docs
  9. [x] craft your contribution
  10. [x] gotchas
  11. [x] spaces, tabs, and tab-size
  12. [x] clone and branch
  13. [x] atomic commits
  14. [x] using version control for non-code contributions
  15. [x] Test your contribution
  16. [x] diff your work
  17. [x] Submit your contribution
  18. [x] Read the docs
  19. [x] Introducing the pull request
  20. [x] Make the pull request
  21. [x] patch: the other contribution method
  22. [x] Review, revise, collaborate
  23. [x] Submit work in progress for early feedback
  24. [x] A note on feedback
  25. [x] tidy up
  26. [x] Special considerations for windows-base contributors
  27. [x] There's more to contributing than just code