From 1938cdda56cd259870aad7b73133386690fb7965 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sat, 28 Sep 2024 04:26:32 +0800 Subject: chore: create publish_script.yml --- .github/ISSUE_TEMPLATE/publish_script.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/publish_script.yml (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/publish_script.yml b/.github/ISSUE_TEMPLATE/publish_script.yml new file mode 100644 index 0000000..f2a8c8a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/publish_script.yml @@ -0,0 +1,30 @@ +name: Publish a script +description: Submit your script to be automatically validated and published on the market. +title: "script: {name}" +body: + - type: input + id: script_name + attributes: + label: script_name + description: 插件名 + validations: + required: true + + - type: input + id: script_info + attributes: + label: script_info + description: 插件介绍与基本信息 + validations: + required: true + + - type: dropdown + id: script_language + attributes: + label: script_language + multiple: true + options: + - Rust + - Python + - Lua + - Nivis -- cgit v1.2.3-70-g09d2