From 426863d978f8e0d2d735bebcdeb3799dbe5bd1df Mon Sep 17 00:00:00 2001 From: Northword Date: Sat, 16 Sep 2023 13:51:22 +0800 Subject: [PATCH] Fix none keyword in discussion template --- .github/DISCUSSION_TEMPLATE/action-scripts.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/action-scripts.yml b/.github/DISCUSSION_TEMPLATE/action-scripts.yml index 1ea9b20..d163a6c 100644 --- a/.github/DISCUSSION_TEMPLATE/action-scripts.yml +++ b/.github/DISCUSSION_TEMPLATE/action-scripts.yml @@ -17,7 +17,6 @@ body: label: Event # description: What version of our software are you running? options: - - "None " - Creat Item - Open File - Close Tab @@ -27,17 +26,15 @@ body: - Program Startup - Main Window Load - Main Window Unload - default: 0 - type: dropdown id: opreation attributes: label: Operation options: - - "None " - Add Tags - Remove Tags - Script - default: 3 + default: 2 - type: textarea id: data attributes: