Skip to content

Commit

Permalink
Fix links in the PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtualTim committed Aug 29, 2022
1 parent 4de933f commit 2cf48f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ To help us review your change, please follow the instructions in the template.
- [ ] 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).
- [ ] An example of the new feature is added to the [demos](https://github.com/dlsc-software-consulting-gmbh/PreferencesFX/tree/master-11/preferencesfx-demo).
- [ ] Documentation of the feature is included in the [README](https://github.com/dlsc-software-consulting-gmbh/PreferencesFX/tree/master-11/README.md).
- [ ] Tests for the changes are included.

## What is the current behavior?
Expand Down

0 comments on commit 2cf48f0

Please sign in to comment.