Skip to content

Commit 7d42e6d

Browse files
committed
Update GEMINI.md
1 parent 56035f4 commit 7d42e6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

GEMINI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515

1616
## Coding style
1717

18-
- Follow the default Rust style and use `cargo rustfmt` to format code if needed
18+
- Follow the default Rust style and use `cargo fmt` to reformat code before committing
1919
- Avoid the use of `unsafe` code where possible
2020
- Add comments to every function added and ensure comments are up-to-date with any changed code
2121
- Use short, simple documentation tests where possible
2222
- Always add tests for new features and ensure all tests pass before committing code
2323
- Create small logical commits for every change to the project
24-
- Each commit should have a clear and concise description and tests that run successfully
24+
- Each commit should have a clear and concise description and tests that run successfully (follow the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) guidelines)

0 commit comments

Comments
 (0)