mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 03:55:55 +00:00
25 lines
641 B
YAML
25 lines
641 B
YAML
name: Submit a new plugin
|
|
title: "[Plugin]: Request to register a new plugin"
|
|
labels: ["Independent Plugin"]
|
|
description: "This template is only for submitting new plugins"
|
|
body:
|
|
- type: input
|
|
attributes:
|
|
label: Plugin name
|
|
description: Fill in the name of the plugin
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Plugin code repository address
|
|
description: Only support Github
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Plugin description
|
|
description: The description of the plugin
|
|
validations:
|
|
required: true
|
|
|