-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 additions
and
9 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 |
---|---|---|
@@ -1,9 +1,16 @@ | ||
Contribute and share :) | ||
#Contribute and share | ||
|
||
1. Fork this project | ||
1. Create a new feature/patch branch | ||
1. Code code code | ||
1. run `grunt` to ensure the [build](https://travis-ci.org/sayanee/angularjs-pdf) will pass | ||
1. Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) | ||
1. [Pull request](https://help.github.com/articles/using-pull-requests) using the new feature/patch branch | ||
1. Ensure the [Travis build](https://travis-ci.org/webuildsg/webuild) passes | ||
1. Fork this project and install the packages | ||
|
||
``` | ||
bower install | ||
npm install | ||
``` | ||
- Create a new feature/patch branch | ||
- Code code code and amend the `example` folder | ||
- Run `grunt` to create the build files in folder `dist` | ||
- Code code code | ||
- Run `grunt check` to ensure the [build](https://travis-ci.org/sayanee/angularjs-pdf) will pass | ||
- Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) | ||
- [Pull request](https://help.github.com/articles/using-pull-requests) using the new feature/patch branch | ||
- Ensure the [Travis build](https://travis-ci.org/webuildsg/webuild) passes |
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