Skip to content

Commit a3c9c5b

Browse files
committed
docs: add java package conventions to README.md
1 parent 8a7bd1b commit a3c9c5b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,9 @@ This project is developed following the conventions listed below.
5454

5555
### Conventions
5656

57-
The following are lists of conventions that either *should* be followed or *must* be followed when contributing to this project.
57+
The following are lists of conventions that either *should* be followed or *must* be followed when contributing to this project.
58+
59+
#### Java
60+
61+
- Packages:
62+
- Names must be `snake_case`

0 commit comments

Comments
 (0)