-
-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🛠️ chore: Create sumbit_agent.yml [skip ci]
- Loading branch information
1 parent
e6cda9c
commit b16b137
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
name: '🤖 提交助手 | Submit Agent' | ||
description: '提交助手设定 | Submit an agent setting' | ||
title: '[Agent] Your agent name' | ||
labels: '🤖 Agent PR' | ||
body: | ||
- type: input | ||
attributes: | ||
label: 'avatar' | ||
description: 🤯 emoji or logo url | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: 'title' | ||
description: agent en_US title, will auto generate i18n in workflow | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: 'description' | ||
description: agent en_US description, will auto generate i18n in workflow | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: 'tags' | ||
description: split with `,`. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: 'systemRole' | ||
description: You agent prompt | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: 'locale' | ||
options: | ||
- en_US | ||
- zh_CN | ||
validations: | ||
required: true |