Skip to content

Commit e9e465e

Browse files
authored
Mention naming convention in CONTRIBUTING.adoc (#809 / #812)
The naming convention for classes and methods was not yet mentioned in our contributing guideline. Closes: #809 PR: #812
1 parent ce8599d commit e9e465e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CONTRIBUTING.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ Everything related to branches, commits, and more is described #fixing-bugs-deve
7575

7676
Where to put types and how to name them.
7777

78+
==== Naming Convention
79+
80+
If not explicit mentioned differently, we follow the https://www.oracle.com/java/technologies/javase/codeconventions-namingconventions.html[`Java naming conventions`].
81+
7882
==== Package Structure
7983

8084
Classes usually belong into one of these packages:

0 commit comments

Comments
 (0)