From 63630d5ffcf41c4867dd8975b5f20112b58c9e4f Mon Sep 17 00:00:00 2001 From: Tihomir Krasimirov Mateev Date: Wed, 19 Jun 2024 12:54:24 +0300 Subject: [PATCH] Server addressed the issues of empty list returned for missing keys (#2899) * Server addressed the issues of empty list returned for missing keys * Refresh the template to include isntrustion how to format the code --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- .../lettuce/core/commands/HashCommandIntegrationTests.java | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e33dcd6309..6509c5c871 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,7 +5,7 @@ Make sure that: - [ ] You have read the [contribution guidelines](https://github.com/lettuce-io/lettuce-core/blob/main/.github/CONTRIBUTING.md). - [ ] You have created a feature request first to discuss your contribution intent. Please reference the feature request ticket number in the pull request. -- [ ] You use the code formatters provided [here](https://github.com/lettuce-io/lettuce-core/blob/main/formatting.xml) and have them applied to your changes. Don’t submit any formatting related changes. +- [ ] You applied code formatting rules using the `mvn formatter:format` target. Don’t submit any formatting related changes. - [ ] You submit test cases (unit or integration tests) that back your changes.