Add "Agentic" category & folder

This commit is contained in:
Mara Nikola Kiefer
2026-04-10 12:35:57 +02:00
parent 98b6fc1751
commit 5feaf17e5b
2 changed files with 7 additions and 0 deletions
+2
View File
@@ -30,6 +30,7 @@ You are welcome to still raise bugs in this repo.
### Directory structure
* [agentic](agentic): solutions for Agentic starter workflows
* [ci](ci): solutions for Continuous Integration workflows
* [deployments](deployments): solutions for Deployment workflows
* [automation](automation): solutions for automating workflows
@@ -51,6 +52,7 @@ For example: `ci/django.yml` and `ci/properties/django.properties.json`.
* `categories`: the categories that it will be shown under. Choose at least one category from the list [here](#categories). Further, choose the categories from the list of languages available [here](https://github.com/github/linguist/blob/master/lib/linguist/languages.yml) and the list of tech stacks available [here](https://github.com/github-starter-workflows/repo-analysis-partner/blob/main/tech_stacks.yml). When a user views the available templates, those templates that match the language and tech stacks will feature more prominently.
### Categories
* Agentic
* continuous-integration
* deployment
* testing