Skip to content

Commit 4f241db

Browse files
committed
Change the wording around code styles in the CONTRIBUTING.md
since the pages on hibernate.org were outdated and the styles in the hibernate-ide-codestyles are not "maintained"
1 parent 2269a00 commit 4f241db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ While we try to keep requirements for contributing to a minimum, there are a few
3636
we ask that you mind.
3737

3838
For code contributions, these guidelines include:
39-
* Respect the project code style - find templates for [IntelliJ IDEA](https://hibernate.org/community/contribute/intellij-idea/) or [Eclipse](https://hibernate.org/community/contribute/eclipse-ide/)
39+
* Respect the project code style: make sure to run spotless and checkstyle checks before commiting your changes, e.g. `./gradlew formatChecks`.
40+
Project contains the basic set of formatting styles for IntelliJ IDEA in the [.idea](.idea) directory.
41+
You can also refer to more generic [IntelliJ IDEA](https://hibernate.org/community/contribute/intellij-idea/) or [Eclipse](https://hibernate.org/community/contribute/eclipse-ide/)
42+
guides for additional details.
4043
* Have a corresponding JIRA [issue](https://hibernate.atlassian.net/browse/HHH) and be sure to include the key for this JIRA issue in your commit messages.
4144
* Have a set of appropriate tests.
4245
For your convenience, a [set of test templates](https://github.com/hibernate/hibernate-test-case-templates/tree/main/orm) have been made available.

0 commit comments

Comments
 (0)