Skip to content

Commit

Permalink
Merge pull request #49 from syl20bnr/develop
Browse files Browse the repository at this point in the history
Add git-flow instruction for contributions in readme
  • Loading branch information
syl20bnr committed Oct 29, 2014
2 parents e1df7e6 + 68ffb52 commit d83976f
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

git clone --recursive http://github.com/syl20bnr/spacemacs .emacs.d

_Jump to [Install](#install) for more info_
_Jump to [Install](#install) for more info and
[here](#submitting-a-contribution-layer-upstream) for contribution guidelines_

<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc/generate-toc again -->
**Table of Contents**
Expand Down Expand Up @@ -385,15 +386,15 @@ layer).

#### Submitting a contribution layer upstream

To submit a contribution layer just open a pull request :-)
`Spacemacs` uses the `git-flow` model, so you'll have to submit your
contributions and fixes as features or hotfixes within a pull-request to apply
against the `develop` branch.

It is **strongly** recommended to join a `README.md` file with your layer,
ideally this file should document the packages of your layer as well as the key
bindings associated with them.
It is recommended to join a `README.md` file with your layer, ideally this file
should document the packages of your layer as well as the key bindings
associated with them.

Note that by submitting a configuration layer you become the de facto maintainer
of it. For this reason it is advised to name your contribution with your Github
user name.
_Note: by submitting a configuration layer you become the maintainer of it._

#### Themes Megapack example

Expand Down

0 comments on commit d83976f

Please sign in to comment.