diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f41bcb6c1..14d01e41e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -76,6 +76,8 @@ The project's naming conventions are specified in the - **Functions**: `camelCase` - **Methods**: `camelCase_` +(Note: Variables use `snake_case` since they tend to be shorter than functions.) + ## Commit Message We generally follow the