diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/DEVELOPMENT.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md index 2649bd5b..58714a09 100644 --- a/docs/DEVELOPMENT.md +++ b/docs/DEVELOPMENT.md @@ -162,6 +162,13 @@ else { This repo uses [EditorConfig](https://editorconfig.org/) to define some basic formatting rules. Find a plugin for your IDE [here](https://editorconfig.org/#download). +For commit messages we use semantic commits. For more info see: + +- https://karma-runner.github.io/6.4/dev/git-commit-msg.html +- https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716 + +PR are generally squash merged to help with keeping a somewhat clean commit history where each commit builds without errors. + ## Additional info Based on source code for the [Rust Tauri Introduction Video](https://www.youtube.com/watch?v=kRoGYgAuZQE&list=PL7r-PXl6ZPcCIOFaL7nVHXZvBmHNhrh_Q) |