From 27255cb5336852f3311212410763963622f88efe Mon Sep 17 00:00:00 2001 From: inexcode Date: Tue, 1 Nov 2022 14:59:23 +0300 Subject: [PATCH] docs: add note about tracking time to CONTRIBUTING spent @5m --- CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8a6b88a..7f82cfa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,6 +9,21 @@ Useful plugins for IDEs: - [VSCode](https://marketplace.visualstudio.com/items?itemName=vivaxy.vscode-conventional-commits) - [IntelliJ](https://plugins.jetbrains.com/plugin/13389-conventional-commit) +### Track your time + +If you are working on a task, please track your time and add it to the commit message. For example: + +``` +feat: add new feature + +- did some work +- did some more work + +fixes #4, spent @1h30m +``` + +[Timewarrior](https://timewarrior.net/) is a good tool for tracking time. + ## Code style We use [Black](