You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
####How many unit test did you write for this pull request?
2
+
# How to contribute
7
3
4
+
I'm really glad you're reading this, volunteer developers to help this project are always welcome.
8
5
6
+
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.
9
7
10
-
Write a reason if none (e.g just fixed a typo):
8
+
Here are some important resources:
11
9
10
+
*[MEAN Expert Blog](http://mean.expert) tutorials about the MEAN Stack.
11
+
*[WIKI](https://github.com/mean-expert-official/loopback-sdk-builder/wiki) official wiki documentation.
12
+
*[Angular 2 Testing](https://angular.io/docs/ts/latest/guide/testing.html) official documentation for testing environment.
13
+
* Bugs? [GitHub Issues](https://github.com/mean-expert-official/loopback-sdk-builder/issues) is where to report them
12
14
13
-
#### Please add a description for your pull request:
15
+
## Adding Issues
16
+
If you find any bug or enhancement, you are always welcome to create a [New Issue](https://github.com/mean-expert-official/loopback-sdk-builder/issues).
17
+
18
+
## Pull Request
19
+
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.
20
+
21
+
**IMPORTANT: Make sure you create a branch from `development` and then create the pull request also to development and not to master.**
22
+
23
+
Please send a [GitHub Pull Request](https://github.com/mean-expert-official/loopback-sdk-builder/pull/new/development) 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).
24
+
25
+
Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:
26
+
27
+
$ git commit -m "A brief summary of the commit
28
+
>
29
+
> A paragraph describing what changed and its impact."
30
+
31
+
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.
32
+
33
+
## Testing
34
+
35
+
Tests are being created and excecuted by using the Angular-CLI Tool, please refer to the official documentation.
36
+
37
+
````sh
38
+
$ cd to/loopback-sdk-builder
39
+
$ npm test
40
+
````
41
+
42
+
Thanks,
43
+
Jonathan Casarrubias, [MEAN Expert](http://mean.expert).
I'm really glad you're reading this, volunteer developers to help this project are always welcome.
6
+
#### How many unit test did you write for this pull request?
4
7
5
-
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.
6
8
7
-
Here are some important resources:
9
+
Write a reason if none (e.g just fixed a typo):
8
10
9
-
*[MEAN Expert Blog](http://mean.expert) tutorials about the MEAN Stack.
10
-
*[WIKI](https://github.com/mean-expert-official/loopback-sdk-builder/wiki) official wiki documentation.
11
-
*[Angular 2 Testing](https://angular.io/docs/ts/latest/guide/testing.html) official documentation for testing environment.
12
-
* Bugs? [GitHub Issues](https://github.com/mean-expert-official/loopback-sdk-builder/issues) is where to report them
13
11
14
-
## Adding Issues
15
-
If you find any bug or enhancement, you are always welcome to create a [New Issue](https://github.com/mean-expert-official/loopback-sdk-builder/issues).
16
-
17
-
## Pull Request
18
-
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.
19
-
20
-
Please send a [GitHub Pull Request](https://github.com/mean-expert-official/loopback-sdk-builder/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).
21
-
22
-
Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:
23
-
24
-
$ git commit -m "A brief summary of the commit
25
-
>
26
-
> A paragraph describing what changed and its impact."
27
-
28
-
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.
29
-
30
-
## Testing
31
-
32
-
Tests are being created and excecuted by using the Angular-CLI Tool, please refer to the official documentation.
33
-
34
-
````sh
35
-
$ cd to/loopback-sdk-builder
36
-
$ npm test
37
-
````
38
-
39
-
Thanks,
40
-
Jonathan Casarrubias, [MEAN Expert](http://mean.expert).
12
+
#### Please add a description for your pull request:
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,27 @@
2
2
3
3
This file is created to keep history of the LoopBack SDK Builder, it does not consider or keeps any history of its parent module `loopback-sdk-angular`.
0 commit comments