-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Angular 2 (ng2web, ng2native, ng2ionic, ng2universal) - Scaffolds web applications - Scaffolds {N} applications - Scaffolds Ionic 2 applications - Scaffolds Angular Universal apps (experimental) - Built-in auto-generated SDKs (FireLoop Client and/or LoopBack Services) - Built-in Real-Time integration - Seamlessly work with backend models. - LoopBack (FireLoop Modified Version) - SDK builder integration - Compontent Real-Time implementation - Model decorator implementation - BootScript decorator integration - Inject decorator implementation - Stats mixin implementation - TypeScript integration
- Loading branch information
Jonathan Casarrubias
committed
Dec 22, 2016
1 parent
96ed410
commit d50dc97
Showing
18 changed files
with
82 additions
and
159 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
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,40 +1,12 @@ | ||
# How to contribute | ||
#### What type of pull request are you creating? | ||
- [ ] Bug Fix | ||
- [ ] Enhancement | ||
- [ ] Documentation | ||
|
||
I'm really glad you're reading this, volunteer developers to help this project are always welcome. | ||
#### How many unit test did you write for this pull request? | ||
|
||
If you haven't already, follow me ([@johncasarrubias](irc://chat.freenode.net/opengovernment) on twitter). I want you to keep informed about new features and tutorials. | ||
|
||
Here are some important resources: | ||
Write a reason if none (e.g just fixed a typo): | ||
|
||
* [MEAN Expert Blog](http://mean.expert) tutorials about the MEAN Stack. | ||
* [WIKI](https://github.com/mean-expert-official/fireloop.io/wiki) official wiki documentation. | ||
* [Angular 2 Testing](https://angular.io/docs/ts/latest/guide/testing.html) official documentation for testing environment. | ||
* Bugs? [GitHub Issues](https://github.com/mean-expert-official/fireloop.io/issues) is where to report them | ||
|
||
## Adding Issues | ||
If you find any bug or enhancement, you are always welcome to create a [New Issue](https://github.com/mean-expert-official/fireloop.io/issues). | ||
|
||
## Pull Request | ||
If you would like to contribute by adding new features, enhancements or by fixing bugs; please consider that you need to create an issue prior your pull request. This is important for tracking purposes in CHANGELOG. | ||
|
||
Please send a [GitHub Pull Request](https://github.com/mean-expert-official/fireloop.io/pull/new/master) with a clear list of what you've done (read more about [pull requests](http://help.github.com/pull-requests/)). When you send a pull request, we will love you forever if you include RSpec examples. We can always use more test coverage. Please make sure all of your commits are atomic (one feature per commit). | ||
|
||
Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this: | ||
|
||
$ git commit -m "A brief summary of the commit | ||
> | ||
> A paragraph describing what changed and its impact." | ||
|
||
Most of the times you will need to add a new test or we may not be able to integrate it. Though, there are some cases when you don't need to add a unit test, like fixing a typo, adding a missing type, etc. | ||
|
||
## Testing | ||
|
||
Tests are being created and excecuted by using the Angular-CLI Tool, please refer to the official documentation. | ||
|
||
````sh | ||
$ cd to/fireloop.io | ||
$ npm test | ||
```` | ||
|
||
Thanks, | ||
Jonathan Casarrubias, [MEAN Expert](http://mean.expert). | ||
#### Please add a description for your pull request: |
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,22 @@ | ||
FireLoop Project Change Log | ||
=========================== | ||
|
||
|
||
### Release 1.0.0-beta.1 | ||
|
||
- Angular 2 (ng2web, ng2native, ng2ionic, ng2universal) | ||
- Scaffolds web applications | ||
- Scaffolds {N} applications | ||
- Scaffolds Ionic 2 applications | ||
- Scaffolds Angular Universal apps (experimental) | ||
- Built-in auto-generated SDKs (FireLoop Client and/or LoopBack Services) | ||
- Built-in Real-Time integration | ||
- Seamlessly work with backend models. | ||
- LoopBack (FireLoop Modified Version) | ||
- SDK builder integration | ||
- Compontent Real-Time implementation | ||
- Model decorator implementation | ||
- BootScript decorator integration | ||
- Inject decorator implementation | ||
- Stats mixin implementation | ||
- TypeScript integration |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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.