From 301743420aaa70ef89fa8b1fb04c92cc8349ce05 Mon Sep 17 00:00:00 2001 From: Samidy Date: Thu, 12 Mar 2026 07:32:07 +0300 Subject: [PATCH] some people are dumb and + imo this looks cleaner --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3de6f50..ac746a5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -205,7 +205,7 @@ Follow our [commit message guidelines](#commit-message-guidelines). ```bash git add . -git commit -m "feat(player): add keyboard shortcut for loop toggle" +git commit -m "feat(player): add keyboard shortcut for loop toggle" # example commit message ``` ### 5. Push and Create a Pull Request