Skip to content

Commit

Permalink
CONTRIBUTING: added note about naming conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui authored Nov 24, 2024
1 parent 0a7594d commit bca4bbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bca4bbd

Please sign in to comment.