diff --git a/.github/ISSUE_TEMPLATE/01_skill_proposal.yml b/.github/ISSUE_TEMPLATE/01_skill_proposal.yml index 2e45ed7..d9e692d 100644 --- a/.github/ISSUE_TEMPLATE/01_skill_proposal.yml +++ b/.github/ISSUE_TEMPLATE/01_skill_proposal.yml @@ -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 @@ -27,6 +29,7 @@ body: description: Pick an existing category or propose a new one in the description options: - compliance + - creative - data_engineering - defi - dev_tools @@ -34,6 +37,7 @@ body: - monitoring - office - optimization + - security - wellness - "Propose new category (describe below)" validations: diff --git a/.github/labels.json b/.github/labels.json index 0468c9a..c798675 100644 --- a/.github/labels.json +++ b/.github/labels.json @@ -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",