Skip to content

Commit

Permalink
Add Issues and Contributions section (#109)
Browse files Browse the repository at this point in the history
* Add Issues and Contributions section

* Remove extra lines

* Use CLA link
  • Loading branch information
José Pereda authored Jul 29, 2021
1 parent 226231c commit 8d2a031
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,11 @@ Setting a valid path to the local JavaFX SDK will take precedence:
javafx {
sdk = "/path/to/javafx-sdk"
modules("javafx.controls", "javafx.fxml")
}
}

## Issues and Contributions ##

Issues can be reported to the [Issue tracker](https://github.com/openjfx/javafx-gradle-plugin/issues/).

Contributions can be submitted via [Pull requests](https://github.com/openjfx/javafx-gradle-plugin/pulls/),
providing you have signed the [Gluon Individual Contributor License Agreement (CLA)](https://cla.gluonhq.com/).

0 comments on commit 8d2a031

Please sign in to comment.