Skip to content

Commit

Permalink
Add rule for correlation with external tickets
Browse files Browse the repository at this point in the history
  • Loading branch information
agis committed Apr 4, 2015
1 parent 1cee357 commit 076de3d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ request.
$ git checkout -b login_fix
```

* Identifiers from corresponding tickets in an external service (eg. a GitHub
issue) are also good candidates for use in branch names. For example:

```shell
# GitHub issue #15
$ git checkout -b issue-15
```

* Use *dashes* to separate words.

* When several people are working independently on a feature, it might be
Expand Down

0 comments on commit 076de3d

Please sign in to comment.