diff options
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 |
