Skip to content

Commit

Permalink
docs: add contributing guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
NyxAlexandra committed Jan 10, 2024
1 parent 922a752 commit 6d28ad0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Contributing

- Code should follow the [Google Java Style Guide](https://google.github.io/styleguide/javaguide.html).
- Commit messages should conform to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
- Commits should be well-scoped.
- ex: `feat: add foo` instead of `Add foo`
- Commits should not be capitalized.
- ex `feat: add foo` instead of `feat: Add foo`

0 comments on commit 6d28ad0

Please sign in to comment.