Skip to content

Instantly share code, notes, and snippets.

@xavierchia
Created June 29, 2020 05:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xavierchia/7a2440b9e295615cae5e610da942463d to your computer and use it in GitHub Desktop.
Save xavierchia/7a2440b9e295615cae5e610da942463d to your computer and use it in GitHub Desktop.

Choosing an Open Source Project

  1. Software that you've used
  2. Software that you want to use in the future
  3. Software that solves a specific problem
  4. Software that will teach you something that you want to know
  5. Software written by companies that you're interested in
  6. Software written by people that you know

Whether to produce an issue

  1. Look at tests to see if the bug is being checked
  2. Look at issues to see if this issue has come up before
  3. Look at Git-blame to see the history of how it was developed
  4. Look at how other libraries build this function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment