Skip to content

Commit

Permalink
Add 'fact' branch group for refactoring purposes (#111)
Browse files Browse the repository at this point in the history
'misc' would be too broad and other groups do not cover the definition of refactoring either.
  • Loading branch information
Pathemeous committed May 22, 2016
1 parent a8ea5c4 commit 44862a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ Branches should be grouped in one of the following groups
- `doc/`
- `misc/`
- `test/`
- `fact/`

Furthermore, the name of the branch should reflect at goal of the branch as much as possible. The name should conform to the `lisp-case` naming format (which is `snake_case` with normal dashes)
Furthermore, the name of the branch should reflect at goal of the branch as much as possible. The name should conform to the `lisp-case` naming format (which is `snake_case` with normal dashes).

##### Example branch names
- `doc/add-bugreport`
- `feat/new-dropdown-menu`
- `misc/add-some-binary-files`
- `bug/fix-segfault-on-zoom`
- `test/package-test`
- `fact/refactor-classes`

0 comments on commit 44862a4

Please sign in to comment.