From e902524bbe2d86aec22598ba028beefad5b1a21f Mon Sep 17 00:00:00 2001 From: Slava Ezhkin Date: Sat, 31 Jan 2026 14:03:08 +0100 Subject: [PATCH] Rename instructions file to fix go install failure The asterisk character in *.instructions.md caused go install to fail with 'malformed file path' error. Renamed to bug-fix.instructions.md to resolve issue #2587. --- .../instructions/{*.instructions.md => bug-fix.instructions.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/instructions/{*.instructions.md => bug-fix.instructions.md} (100%) diff --git a/.github/instructions/*.instructions.md b/.github/instructions/bug-fix.instructions.md similarity index 100% rename from .github/instructions/*.instructions.md rename to .github/instructions/bug-fix.instructions.md