diff options
| author | 2024-09-28 04:31:25 +0800 | |
|---|---|---|
| committer | 2024-09-28 04:31:25 +0800 | |
| commit | af5fc58d28527a4c2d9b2313e12248f2d6817bfa (patch) | |
| tree | c515e73c797ac386ab1dab3b49bb8517145408a2 /.github | |
| parent | 1938cdda56cd259870aad7b73133386690fb7965 (diff) | |
| download | support-af5fc58d28527a4c2d9b2313e12248f2d6817bfa.tar.gz support-af5fc58d28527a4c2d9b2313e12248f2d6817bfa.zip | |
chore: create publish_model.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/publish_model.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/publish_model.yml b/.github/ISSUE_TEMPLATE/publish_model.yml new file mode 100644 index 0000000..305cc5c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/publish_model.yml @@ -0,0 +1,11 @@ +name: Publish an AI Model +description: Submit your Model to be automatically validated and published on the market. +title: "model: {name}" +body: + - type: input + id: model_name + attributes: + label: model_name + description: model名 + validations: + required: true |
