-
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.
added contributing guidelines. fixed #14
- Loading branch information
Showing
2 changed files
with
13 additions
and
1 deletion.
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,9 @@ | ||
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 |
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