Skip to content

Commit

Permalink
Formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
fkleedorfer committed Dec 20, 2023
1 parent c2654a0 commit 89e4f1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 89e4f1a

Please sign in to comment.