Workflows
Sometimes you need to get commits. Here are some scenarios:
- You may fork the official Talawa repository to your GitHub fork.
- You may fetch commits from the official Talawa repository to your local copy.
- You occasionally may fetch commits from your forked copy.
Sometimes you want to publish commits. Here are some scenarios:
- You push code from your local copy to your GitHub fork. (You usually want to put the commit on a feature branch.)
- You submit a PR to the official Talawa repo.
Finally, the Talawa maintainers will occasionally want your changes!
- The Talawa maintainers can accept your changes and add them to the official repo, usually on the
develop
branch.