-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
139 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Contribute to Spacemacs | ||
|
||
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc/generate-toc again --> | ||
**Table of Contents** | ||
|
||
- [Contribute to Spacemacs](#contribute-to-spacemacs) | ||
- [Pull Request Guidelines](#pull-request-guidelines) | ||
- [Submitting a contribution layer upstream](#submitting-a-contribution-layer-upstream) | ||
|
||
<!-- markdown-toc end --> | ||
|
||
## Pull Request Guidelines | ||
|
||
`Spacemacs` uses the `git-flow` model, so you'll have to submit your | ||
contributions and fixes within a pull-request to apply against the `develop` | ||
branch. | ||
|
||
_PR = pull request_ | ||
|
||
**Guidelines:** | ||
- branch from `develop` only | ||
- one topic per PR | ||
- one commit per PR | ||
- if you have several commits on different topics, close the PR and create | ||
one PR per topic | ||
- if you still have several commits, squash them into only one commit | ||
- rebase your PR branch on top of upstream `develop` before submitting the PR | ||
|
||
**Getting Help:** | ||
If you have any question on this process, join the [gitter chatroom][gitter] | ||
and ask your questions there. Do not hesitate to ask your questions even the | ||
simplest one, it will be a pleasure to help you to contribute! | ||
|
||
## Submitting a contribution layer upstream | ||
|
||
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. | ||
|
||
To submit your contribution layer follow the above | ||
[guidelines](#pull-request-guidelines) for pull requests. | ||
|
||
**Note:** by submitting a configuration layer you become the maintainer of it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
(evil-leader/set-key | ||
"pc" 'ranger-control/projectile-cd) | ||
"oc" 'ranger-control/projectile-cd) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
(dolist (mode '(c++ | ||
json | ||
racket | ||
elisp | ||
LaTeX | ||
yaml)) | ||
(add-hook (intern (concat (symbol-name mode) "-mode-hook")) | ||
'flycheck-mode)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule yasnippet-snippets
added at
32bbd3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule snippets
deleted from
60dd93