Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/01_skill_proposal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ body:
Thanks for helping expand the Skillware ecosystem!
Please review the [Contribution Guidelines](https://github.com/ARPAHLS/skillware/blob/main/CONTRIBUTING.md) and start from [templates/python_skill/](https://github.com/ARPAHLS/skillware/tree/main/templates/python_skill).

See the [Skill categories](https://github.com/ARPAHLS/skillware/blob/main/CONTRIBUTING.md#skill-categories) table for the list of valid categories used in the dropdown below.

To improve an **existing** skill, use the **Skill Upgrade** template instead.

- type: input
Expand All @@ -27,13 +29,15 @@ body:
description: Pick an existing category or propose a new one in the description
options:
- compliance
- creative
- data_engineering
- defi
- dev_tools
- finance
- monitoring
- office
- optimization
- security
- wellness
- "Propose new category (describe below)"
validations:
Expand Down
5 changes: 5 additions & 0 deletions .github/labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"color": "CCCCF0",
"description": "Security vulnerabilities, trust model, or constitution updates."
},
{
"name": "creative",
"color": "F5D0FE",
"description": "Creative skills, image, video, audio, or generative content."
},
{
"name": "packaging",
"color": "DBD3DC",
Expand Down
Loading