diff options
| author | 2024-09-28 04:26:32 +0800 | |
|---|---|---|
| committer | 2024-09-28 04:26:32 +0800 | |
| commit | 1938cdda56cd259870aad7b73133386690fb7965 (patch) | |
| tree | 129aa3849e4e5922b0e4c147c69a091b0534f3fe | |
| parent | c679012f4ce1a847dde1686ab5f2e6b5f3134da7 (diff) | |
| download | support-1938cdda56cd259870aad7b73133386690fb7965.tar.gz support-1938cdda56cd259870aad7b73133386690fb7965.zip | |
chore: create publish_script.yml
| -rw-r--r-- | .github/ISSUE_TEMPLATE/publish_script.yml | 30 |
1 files changed, 30 insertions, 0 deletions
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 |
