Skip to content

Commit

Permalink
Mention naming convention in CONTRIBUTING.adoc (#809 / #812)
Browse files Browse the repository at this point in the history
The naming convention for classes and methods was not yet mentioned in our contributing guideline.

Closes: #809
PR: #812
  • Loading branch information
Bukama committed Apr 24, 2024
1 parent ce8599d commit e9e465e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.adoc
Expand Up @@ -75,6 +75,10 @@ Everything related to branches, commits, and more is described #fixing-bugs-deve

Where to put types and how to name them.

==== Naming Convention

If not explicit mentioned differently, we follow the https://www.oracle.com/java/technologies/javase/codeconventions-namingconventions.html[`Java naming conventions`].

==== Package Structure

Classes usually belong into one of these packages:
Expand Down

0 comments on commit e9e465e

Please sign in to comment.