Skip to content

Commit

Permalink
Added new feature work branch guidelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
dnschnur committed Apr 10, 2013
1 parent eac1bc3 commit 866a9fb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ To make merging as easy as possible, please keep these rules in mind:

2. Format your code according to the style guidelines below.

3. Rebase against master, if necessary, before submitting your pull request.
3. Submit new features or architectural changes to the <version>-work branch
for the next major release. Submit bug fixes to the master branch.

4. Rebase, if necessary, before submitting your pull request, to reduce the
work we need to do to merge it.

### Flot Style Guidelines ###

Expand Down

0 comments on commit 866a9fb

Please sign in to comment.