diff --git a/README.md b/README.md index 67a784e..33ff72c 100644 --- a/README.md +++ b/README.md @@ -409,13 +409,6 @@ mvn failsafe:integration-test mvn clean verify ``` -### Code Quality - -- Follow existing code style -- Ensure all tests pass -- Add tests for new features -- Update documentation as needed - ### GitFlow Workflow ```bash @@ -431,6 +424,13 @@ git push origin feat/awesome-feature # Create pull request to develop branch ``` +### Code Quality + +- Follow existing code style +- Ensure all tests pass +- Add tests for new features +- Update documentation as needed + ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. diff --git a/docs/images/delta.png b/docs/images/delta.png new file mode 100644 index 0000000..b311d3d Binary files /dev/null and b/docs/images/delta.png differ diff --git a/docs/images/logs.png b/docs/images/logs.png new file mode 100644 index 0000000..62f6872 Binary files /dev/null and b/docs/images/logs.png differ