diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2022-11-30 18:05:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-30 18:05:21 +0100 |
commit | 1700d29ed3683a5275a102462730e888c9051501 (patch) | |
tree | 14842c1b2b75b565be654a4dd2beba7cd83d2edc /docs | |
parent | dc10eb68bf2889fef3f18c8f56e619f40701f729 (diff) | |
download | FlightCore-1700d29ed3683a5275a102462730e888c9051501.tar.gz FlightCore-1700d29ed3683a5275a102462730e888c9051501.zip |
docs: Mention semantic commit messages (#96)
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) |