From 2eb2860425750fc21838d4eb9933693acc1bf0c9 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Fri, 10 May 2024 19:32:26 +0200 Subject: [PATCH] links: add rust and conventional commits --- _tabs/links.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_tabs/links.md b/_tabs/links.md index 4ab3c18..990816c 100644 --- a/_tabs/links.md +++ b/_tabs/links.md @@ -29,6 +29,12 @@ The following links are related to taking or processing notes. # Computer Stuff +## Developement + +* [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) - A +standard on how to write git commit messages +* [Rust](https://www.rust-lang.org/) - My favorite programming language + ## Editors * [neovim](https://neovim.io) - The absolute pinnacle of all text editors