Skip to content

Tutorial: Workflow

PkHutch edited this page Mar 2, 2017 · 1 revision
  1. Create an issue.
  2. Pull from the master branch to update your master branch.
  3. Create a new branch, with the same name as your issue, using lower case, with a hyphen between issue, and the issue number. For example: issue-xxx
  4. Switch to that branch.
  5. Make commits using present-tense imperative-style messages, prefixed by the branch name, followed by a colon and a space. For example issue-xxx: Edit some page such that it does something different.
  6. Pull from master branch after all commits are complete.
  7. Push to your own repository, not this one.
  8. Make a pull request, when making your pull request on GitHub, using fixes #xxx in the comment will automatically closes the issue that the branch addresses once the branch is merged.

Clone this wiki locally