Please follow these steps to have your contribution considered by the maintainers:
- Pull actual branch where need to do changes
- Follow the styleguides when making changes
- Create PR with template
- Use the present tense (
add featurenotadded feature) - Use the imperative mood (
move cursor to...notmoves cursor to...) - Limit the first line to 50 characters or less
- Limit body to 72 characters or less
- Reference issues and pull requests liberally after the first line
- The first line of the commit contains the name of the artifact (task/test/example) and the name of the theme
- Consider starting the commit message with:
feat:when adding/updating tasks/example/testsrefactor:when changing/deleting tasks/example/testsfix:when fixing mistakes in tasks/example/testsdocs:when adding/updating/deleting documentationenv:when adding/updating/deleting something for environment
All Java code must adhere to Java Style Code