From 49881c2dfefb95cdcdbfdc2575564025b94cb7b0 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Wed, 19 Feb 2025 08:40:27 -0800 Subject: [PATCH] chore: updates git issues template --- .github/ISSUE_TEMPLATE/0_bug_report.yml | 1 + .vscode/launch.json | 16 ---------------- .vscode/settings.json | 7 ------- 3 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 .vscode/launch.json delete mode 100644 .vscode/settings.json diff --git a/.github/ISSUE_TEMPLATE/0_bug_report.yml b/.github/ISSUE_TEMPLATE/0_bug_report.yml index c653fbaa..38b94364 100644 --- a/.github/ISSUE_TEMPLATE/0_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/0_bug_report.yml @@ -23,6 +23,7 @@ body: - Agents - Remote Hosts - Swarm Mode + - Kubernetes validations: required: true - type: input diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 37dc5523..00000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Debug test", - "type": "go", - "request": "launch", - "mode": "auto", - "program": "${workspaceFolder}/main.go", - "args": ["test"] - } - ] -} diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index fcee7c4e..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "i18n-ally.localesPaths": ["locales"], - "i18n-ally.keystyle": "nested", - "cSpell.words": ["healthcheck", "orderedmap", "Retriable", "stdcopy", "Warnf"], - "editor.formatOnSave": true, - "i18n-ally.extract.autoDetect": true -}