From 89e4f1addc4e296f39fb523910407ce42632d668 Mon Sep 17 00:00:00 2001 From: Florian Kleedorfer Date: Wed, 20 Dec 2023 19:30:01 +0100 Subject: [PATCH] Formatted --- CHANGELOG.md | 2 +- CONTRIBUTING.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0a748b..806ea40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Created CONTRIBUGING.md +- Created CONTRIBUGING.md ## [6.0.2] - 2023-12-18 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 170011c..d5d10f6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,11 @@ If you choose to contribute to this project, BIG THANKS TO YOU! ## Issues + We are very loose about process. If you spot a problem, create an issue. ## Pull Requests + If you fix a bug or want to add code, make a pull request and please make sure to **add tests** for the bug you fix or the feature you add. Test coverage is always an issue, and it's not getting better by having more untested code. Thanks! Also, When you make a pull request, please run `mvn install` at the top level to make sure the build succeeds.