Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 909 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (15 loc) · 909 Bytes

Contributing

Ideas and pull requests are always welcome!

Reporting Issues and suggesting features

If you have found what you think is a bug or want to suggest a feature, please fill an issue using the appropriate template.

Fixing bugs or implementing new features

  • Fork the repository
  • Create a new branch from master (git checkout -b feat/AmazingFeature)
  • Build the project (mvn clean install)
  • Make sure you have a test for your new feature or bugfix. Code coverage should be >= 75% and all tests should pass. You can run the tests with mvn test
  • Commit your changes following our commit message convention
  • Document your changes in the README.md if needed
  • Submit a pull request for review

Commit messages

This project uses Conventional Commits. Please follow the convention when writing commit messages.