-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated readme to include test badge and organized info
- Loading branch information
Showing
2 changed files
with
17 additions
and
5 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 |
---|---|---|
@@ -1,8 +1,17 @@ | ||
# Backbone-relational | ||
# Backbone Relational | ||
[![Build Status](https://travis-ci.org/PaulUithol/Backbone-relational.svg?branch=master)](https://travis-ci.org/PaulUithol/Backbone-relational) | ||
|
||
Backbone-relational provides one-to-one, one-to-many and many-to-one relations between models for [Backbone](https://github.com/documentcloud/backbone). | ||
Backbone-relational provides one-to-one, one-to-many and many-to-one relations between models for [Backbone](https://backbonejs.org). Backbone-relational is released under the [MIT license](https://github.com/PaulUithol/Backbone-relational/blob/master/LICENSE.txt). | ||
|
||
Documentation: http://backbonerelational.org | ||
## Documentation | ||
All documentation can be found at: | ||
|
||
Backbone-relational is released under the [MIT license](https://github.com/PaulUithol/Backbone-relational/blob/master/LICENSE.txt). | ||
Contributors: https://github.com/PaulUithol/Backbone-relational/contributors | ||
http://backbonerelational.org | ||
|
||
## How to Contribute | ||
|
||
If you would like to contribute to Backbone Relational's source code, please read the [guidelines for pull requests and contributions](./CONTRIBUTING.md). Following these guidelines will help make your contributions easier to bring into the next release. | ||
|
||
## [Github Issues]() | ||
|
||
Report issues with Marionette, submit pull requests to fix problems, or to create summarized and documented feature requests (preferably with pull requests that implement the feature). |