-
Notifications
You must be signed in to change notification settings - Fork 0
Tutorial: Workflow
PkHutch edited this page Mar 2, 2017
·
1 revision
- Create an issue.
- Pull from the master branch to update your master branch.
- 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 - Switch to that branch.
- 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. - Pull from master branch after all commits are complete.
- Push to your own repository, not this one.
- Make a pull request, when making your pull request on GitHub, using
fixes #xxxin the comment will automatically closes the issue that the branch addresses once the branch is merged.