From 1700d29ed3683a5275a102462730e888c9051501 Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Wed, 30 Nov 2022 18:05:21 +0100 Subject: docs: Mention semantic commit messages (#96) --- docs/DEVELOPMENT.md | 7 +++++++ 1 file changed, 7 insertions(+) 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) -- cgit v1.2.3