@@ -14,27 +14,27 @@ For all usage and documentation please see: <http://jekyllbootstrap.com>
14
14
However, the actual API has not changed at all.
15
15
You might want to run 0.3.0 in a branch to make sure you are ok with the theme design changes.
16
16
17
- ## Contributing
17
+ ## Contributing
18
18
19
19
This repository tracks 2 projects:
20
20
21
- - ** Jekyll-Bootstrap Framework.**
21
+ - ** Jekyll-Bootstrap Framework.**
22
22
The framework for which users should clone and build their blog on top of is available in the master branch.
23
-
23
+
24
24
To contribute to the framework please make sure to checkout your branch based on ` jb-development ` !!
25
25
This is very important as it allows me to accept your pull request without having to publish a public version release.
26
-
27
- Small, atomic Features, bugs, etc.
28
- Use the ` jb-development ` branch but note it will likely change fast as pull requests are accepted.
29
- Please rebase as often as possible when working.
26
+
27
+ Small, atomic Features, bugs, etc.
28
+ Use the ` jb-development ` branch but note it will likely change fast as pull requests are accepted.
29
+ Please rebase as often as possible when working.
30
30
Work on small, atomic features/bugs to avoid upstream commits affecting/breaking your development work.
31
-
32
- For Big Features or major API extensions/edits:
31
+
32
+ For Big Features or major API extensions/edits:
33
33
This is the one case where I'll accept pull-requests based off the master branch.
34
34
This allows you to work in isolation but it means I'll have to manually merge your work into the next public release.
35
35
Translation : it might take a bit longer so please be patient! (but sincerely thank you).
36
-
37
- - ** Jekyll-Bootstrap Documentation Website.**
36
+
37
+ - ** Jekyll-Bootstrap Documentation Website.**
38
38
The documentation website at < http://jekyllbootstrap.com > is maintained in the gh-pages branch.
39
39
Please fork and contribute documentation additions to this branch only.
40
40
0 commit comments