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.