Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit cb77e74

Browse files
authored
Update contributing.md
1 parent 7a6711a commit cb77e74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

contributing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
##Developing and Contributing
1+
## Developing and Contributing
22

3-
###Version control
3+
### Version control
44

55
We use semantic versioning.
66

@@ -14,7 +14,7 @@ This implies that all gems with the same Major revision should work together. H
1414
per gem basis with the latest current version of all gems. This means that if you do a bundle update you should
1515
have the latest tested version.
1616

17-
####Edge Development
17+
#### Edge Development
1818

1919
During each major release development, stable sets of gems are pushed called X.0.0.lapN. For example to use the latest 2.0.0
2020
release candidate you would specify `gem 'hyperloop' '~> 2.0.0.lap1'` and this will get you the highest numbered lap.
@@ -28,7 +28,7 @@ On github you will find
2828
+ tags -> each release (including patches) will have a git tag associated.
2929
+ other branches -> other branches may exist for the pleasure of the core team as they develop fixes and features
3030

31-
###Development and Testing
31+
### Development and Testing
3232

3333
Please Contribute! Issues welcome. PRs even more welcome. We strive to add specs for all new features and bug fixes.
3434
So please try to add a test spec with your change.

0 commit comments

Comments
 (0)