Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Open Source Contributions: Examples/Demos

Open Source Contributions: Examples/Demos

Are you thinking of contributing to Open Source this Hacktoberfest? You could contribute by building examples or demos to some of your favourite projects.

This was a lightning talk about some things that you may want to consider when contributing Demos or Examples.

Nathaniel Okenwa

October 01, 2019
Tweet

More Decks by Nathaniel Okenwa

Other Decks in Programming

Transcript

  1. Totally up to you! Your favourite products or tools: What

    are some of the products that you already know Git repositories: Look out for an `examples` or `demos` folder GitHub Issues: Open calls for demo contributions
  2. Recommendations 1. Keep the demo or example Basic 2. Focus

    on demonstrating a specific functionality or use case 3. Think about your target Developer Audience 4. Silo your demo/example
  3. Comment, Comment, Comment Use Descriptive Names Readability > Cleverness Follow

    Good Practices Refactorable Keep a Consistent Coding Style Make your code easy-to-follow
  4. Recommendations 1. Define prerequisites 2. Specify any architecture requirements 3.

    Step-by-Step setup instructions 4. Ask a friend to work through your instructions on their computer