diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE/publish_rulepackage.yml | 19 |
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 |
