Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.38 KB

CONTRIBUTING.md

File metadata and controls

29 lines (22 loc) · 1.38 KB

Contributing to Build Podcast

✨ Thanks for taking time to contribute ✨

for tool specific questions

Please raise any tool-specific questions on Stackoverflow or its chat channel.

for ideas on future episodes

  1. Fork this repository
  • Create a new patch branch add-new-episode-{name}
  • Add the suggested episode in about.md, section Upcoming
  • Write a good commit message
  • Pull request using the new patch branch

for correcting mistakes

  1. Mistakes in the show notes, steps or documentation is a good bug to fix
  • Please check the version of the tool used in the episode that you are trying to fix. Since the screencast is time-specific, the mistake might not be there when the episode was recorded.
  • Fork this repository
  • Create a new patch branch
  • Which files to edit?
    • To fix content on show notes, edit the files under the folder _posts
    • To edit content on the code, check the episode folder in the root starting with the episode number NN-XXXX
    • If you cannot find the content in show notes or the code, make a search with some key words
  • Code code code
  • Write a good commit message
  • Pull request using the new patch branch