Skip to content

Commit

Permalink
Contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
eriwen committed Oct 25, 2012
1 parent 29dd280 commit b2c9f80
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Making contributions
When submitting your pull requests, please do the following to make it easier to incorporate your changes:

* Include unit and/or functional tests that validate changes you're making.
* Rebase your changes onto origin/HEAD if you can do so cleanly.
* If submitting additional functionality, provide an example of how to use it.
* Please keep code style consistent with surrounding code.

## Testing
You can run all tests by simply running `gradlew test` from your favorite shell.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,16 +157,5 @@ This project is made possible due to the efforts of these fine people:
* [Josh Newman](https://github.com/jnewman) - AMD and CommonJS work
* Martin Ziel - Allowing minifyJs task to accept multiple files as input

### Making contributions
When submitting your pull requests, please do the following to make it easier to incorporate your changes:

* Include unit and/or functional tests that validate changes you're making.
* Rebase your changes onto origin/HEAD if you can do so cleanly.
* If submitting additional functionality, provide an example of how to use it.
* Please keep code style consistent with surrounding code.

### Testing
You can run all tests by simply running `gradlew test` from your favorite shell.

# See Also #
The [Gradle CSS Plugin](https://github.com/eriwen/gradle-css-plugin)!

0 comments on commit b2c9f80

Please sign in to comment.