aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
author简律纯 <leader@hydroroll.team>2024-09-28 04:20:06 +0800
committerGitHub <noreply@github.com>2024-09-28 04:20:06 +0800
commitc679012f4ce1a847dde1686ab5f2e6b5f3134da7 (patch)
treeb42ad1500c782d6d058bf5382a51053c59884e62 /.github
parentff6363884c0285a84b10e07db5eb1407ef0b4e49 (diff)
downloadsupport-c679012f4ce1a847dde1686ab5f2e6b5f3134da7.tar.gz
support-c679012f4ce1a847dde1686ab5f2e6b5f3134da7.zip
chore: create publish_rulepackage.yml
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/publish_rulepackage.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/publish_rulepackage.yml b/.github/ISSUE_TEMPLATE/publish_rulepackage.yml
new file mode 100644
index 0000000..1ba448e
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/publish_rulepackage.yml
@@ -0,0 +1,19 @@
+name: Publish a RulePackage
+description: Submit your RulePackage to be automatically validated and published on the market.
+title: "rulepackage: {name}"
+body:
+ - type: input
+ id: ipk_name
+ attributes:
+ label: ipk_name
+ description: ipk 项目名
+ validations:
+ required: true
+
+ - type: input
+ id: register_name
+ attributes:
+ label: register_name
+ description: 注册导入时的包名模块名等
+ validations:
+ required: true