From dbcf5759da6b1e7180978f9cc1a765eba323fea9 Mon Sep 17 00:00:00 2001 From: Uruk Date: Sun, 19 Oct 2025 22:45:10 +0200 Subject: [PATCH] docs: remove markdown link formatting from commit guide Simplifies the Conventional Commits reference by converting it from markdown link syntax to plain text with URL, improving readability in the documentation file. --- .github/copilot-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 1f63d5f3..2111dd2e 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -79,7 +79,7 @@ and provides seamless media streaming with offline capabilities and Chromecast s ## Commit Messages -Use [Conventional Commits](https://www.conventionalcommits.org/): +Use Conventional Commits (https://www.conventionalcommits.org/): Exemples: - `feat(player): add Chromecast support` - `fix(auth): handle expired JWT tokens`