forked from eriwen/gradle-js-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
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
10 additions
and
11 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 |
---|---|---|
@@ -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. |
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