Add note about topic branches

bug/bundler_fix
William Vu 2014-03-04 13:05:50 -06:00
parent 79aa14235a
commit 3bbb2d628e
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ guide](https://github.com/rapid7/metasploit-framework/wiki/Setting-Up-a-Metasplo
* **Do** stick to the [Ruby style guide](https://github.com/bbatsov/ruby-style-guide).
* **Do** follow the [50/72 rule](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) for Git commit messages.
* **Do** create a [topic branch](http://git-scm.com/book/en/Git-Branching-Branching-Workflows#Topic-Branches) to work on instead of working directly on `master`.
### Pull Requests