Skip to content

Commit

Permalink
🛠️ chore: Create sumbit_agent.yml [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 authored Sep 8, 2023
1 parent e6cda9c commit b16b137
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/sumbit_agent.yml
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

0 comments on commit b16b137

Please sign in to comment.