aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/publish_script.yml30
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