-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from js-data/v3
V3
- Loading branch information
Showing
47 changed files
with
3,255 additions
and
3,339 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Contributing to js-data-firebase | ||
|
||
[Read the general Contributing Guide](http://js-data.io/docs/contributing). | ||
|
||
## Project structure | ||
|
||
* `dist/` - Contains final build files for distribution | ||
* `doc/` - Output folder for JSDocs | ||
* `src/` - Project source code | ||
* `test/` - Project tests | ||
|
||
## Clone, build & test | ||
|
||
1. `clone [email protected]:js-data/js-data-firebase.git` | ||
1. `cd js-data-firebase` | ||
1. `npm install` | ||
1. `npm test` - Lint, build, and test | ||
|
||
## To cut a release | ||
|
||
1. Checkout master | ||
1. Bump version in `package.json` appropriately | ||
1. Update `CHANGELOG.md` appropriately | ||
1. Run `npm run release` | ||
1. Commit and push changes | ||
1. Checkout `release`, merge `master` into `release` | ||
1. Run `npm run release` again | ||
1. Commit and push changes | ||
1. Make a GitHub release | ||
- tag from `release` branch | ||
- set tag name to version | ||
- set release name to version | ||
- set release body to changelog entry for the version | ||
1. `npm publish .` | ||
|
||
See also [Community & Support](http://js-data.io/docs/community). |
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,5 @@ | ||
(delete this line) Find out how to get help here: http://js-data.io/docs/community. | ||
|
||
<your detailed, actionable, and helpful text goes here> | ||
|
||
Thanks! |
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,6 @@ | ||
Fixes #<issue_number_goes_here> (it's a good idea to open an issue first for discussion) | ||
|
||
- [ ] - `npm test` succeeds | ||
- [ ] - Code coverage does not decrease (if any source code was changed) | ||
- [ ] - Appropriate JSDoc comments were updated in source code (if applicable) | ||
- [ ] - Approprate changes to js-data.io docs have been suggested ("Suggest Edits" button) |
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 |
---|---|---|
|
@@ -6,3 +6,10 @@ bower_components/ | |
*.iml | ||
|
||
coverage/ | ||
|
||
npm-debug.log | ||
junit/ | ||
dist/karma.start.js | ||
doc/ | ||
typings/ | ||
.vscode |
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 @@ | ||
Jason Dobry <[email protected]> Jason Dobry <[email protected]> |
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,10 @@ | ||
# This is the official list of js-data-firebase project authors. | ||
# | ||
# This file is controlled by scripts/authors.js | ||
# | ||
# Names are formatted as: | ||
# # commits Name or Organization <email address> | ||
# The email address is not required for organizations. | ||
Jason Dobry <[email protected]> | ||
Overall, Matthew <[email protected]> | ||
Tianxiang Chen <[email protected]> |
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 was deleted.
Oops, something went wrong.
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,7 @@ | ||
# People who have contributed to the js-data-firebase project. | ||
# | ||
# This file is controlled by scripts/authors.js | ||
# | ||
# Names should be added to this file as: | ||
# [commit count] Name <email address> | ||
63 Jason Dobry <[email protected]> |
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.