mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:40:04 +08:00
Update dev doc
This commit is contained in:
parent
17e1dd232c
commit
c0351b6a01
@ -86,7 +86,7 @@ PR = Pull-Request
|
|||||||
|
|
||||||
##### Ideally for simple PRs (most of them):
|
##### Ideally for simple PRs (most of them):
|
||||||
|
|
||||||
- Branch from `dev`
|
- Branch from `master`
|
||||||
- One topic per PR
|
- One topic per PR
|
||||||
- One commit 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 have several commits on different topics, close the PR and create one PR per topic
|
||||||
@ -100,6 +100,7 @@ Those PRs are usually cherry-picked.
|
|||||||
Squash only the commits with uninteresting changes like typos, syntax fixes, etc… and keep the important and isolated steps in different commits.
|
Squash only the commits with uninteresting changes like typos, syntax fixes, etc… and keep the important and isolated steps in different commits.
|
||||||
|
|
||||||
Those PRs are merged and explicitly not fast-forwarded.
|
Those PRs are merged and explicitly not fast-forwarded.
|
||||||
|
|
||||||
Commit messages
|
Commit messages
|
||||||
|
|
||||||
Write commit messages according to adapted [Tim Pope’s guidelines](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html):
|
Write commit messages according to adapted [Tim Pope’s guidelines](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html):
|
||||||
|
Loading…
Reference in New Issue
Block a user