-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # README.md
- Loading branch information
Showing
52 changed files
with
1,585 additions
and
456 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,27 @@ | ||
<!-- | ||
Thanks for your contribution! | ||
To help us review your change, please follow the instructions in the template. | ||
--> | ||
|
||
<!-- PULL REQUEST TEMPLATE --> | ||
<!-- (Update "[ ]" to "[x]" to check a box) --> | ||
|
||
## PR Checklist | ||
|
||
- [ ] There is an issue for the bug/feature this PR is for. To avoid wasting your time, it's best to open an issue first and wait for approval before working on it. | ||
- [ ] The code follows the [Google Java Style Guide](https://google.github.io/styleguide/javaguide.html). | ||
- [ ] JavaDoc is added / changed for public methods. | ||
- [ ] An example of the new feature is added to the [demos](https://github.com/dlemmermann/PreferencesFX/tree/develop/preferencesfx-demo/src/main/java/com/dlsc/preferencesfx). | ||
- [ ] Documentation of the feature is included in the [README](https://github.com/dlemmermann/PreferencesFX/blob/develop/README.md). | ||
- [ ] Tests for the changes are included. | ||
|
||
## What is the current behavior? | ||
<!-- Please describe the current behavior that you are changing, or link to a relevant issue. --> | ||
|
||
## What is the new behavior? | ||
<!-- Describe the changes --> | ||
|
||
Fixes/Implements/Closes #[Issue Number]. | ||
|
||
## Breaking Change: | ||
<!-- What is breaking and why we have to break it. Remove this section only if it was NOT a breaking change. --> |
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
Oops, something went wrong.