From 69a0cab4dcf50b37d51325979e1d22b85021e252 Mon Sep 17 00:00:00 2001 From: tocic Date: Thu, 13 Feb 2025 14:42:04 +0300 Subject: [PATCH] Remove linkage section from bug report template --- .github/ISSUE_TEMPLATE/bug-report.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 32f78eae..ef9ca372 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -18,7 +18,6 @@ A clear and concise description of what you expected to happen. **Environment Details** - Library Version: Which version of the library are you using? - - Linkage: Are you linking the library statically or dynamically (shared)? - Operating System: Provide details (e.g., Windows 10, macOS 11.2, Ubuntu 20.04). - Compiler: Which compiler and version are you using?