Skip to content

Instantly share code, notes, and snippets.

@ryanwoldatwork
Created September 14, 2023 15:38
Show Gist options
  • Save ryanwoldatwork/44adef1a0f9d4ed76e5a83278f79711f to your computer and use it in GitHub Desktop.
Save ryanwoldatwork/44adef1a0f9d4ed76e5a83278f79711f to your computer and use it in GitHub Desktop.
contributing to software

What can somebody do to assist an open-source project in some way?

The general flow is something like the following.

  • (necessary) find or perceive an issue in a software application
  • (necessary) describe the issue in a way that's reproducable or recognizable, by creating an Issue in a project/repository
  • (optional) conceive of a fix for the issue
  • (optional) test that the fix actually works - by updating code in a dev console or in a local instance of the app, for example
  • (optional) submit the changed code fix as a Pull Request in the repo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment