Skip to content

Commit

Permalink
added contributing guidelines. fixed #14
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanee committed Sep 25, 2014
1 parent 9b3fda7 commit b5543fe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
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
5 changes: 4 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ module.exports = function(grunt) {
},

clean: {
all: [ 'dist/*.js' ]
all: [
'dist/*.js',
'example/js/lib/*.js'
]
},

copy: {
Expand Down

0 comments on commit b5543fe

Please sign in to comment.