aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/ISSUE_TEMPLATE/publish_model.yml
blob: 305cc5ca3f27409d0cff3bcf2bc21fdf22f74fd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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