Update README.md

Co-authored-by: Salman Chishti <salmanmkc@GitHub.com>
This commit is contained in:
Mara Nikola Kiefer
2026-04-13 14:52:41 +02:00
committed by GitHub
parent 954732e83d
commit f165e91f77
-1
View File
@@ -52,7 +52,6 @@ For example: `ci/django.yml` and `ci/properties/django.properties.json`, or `age
- **Local SVG**: Use the file name without extension (e.g., `django` for `icons/django.svg`)
- **Octicon**: Use `octicon <<icon name>>` (e.g., `octicon person`). See [octicons](https://primer.style/octicons/).
- **Lucide**: Use `lucide <<icon name>>` (e.g., `lucide bug`). See [lucide icons](https://lucide.dev/icons/).
Another option is to use [lucide](https://lucide.dev/icons/). The format to use a lucide icon is `lucide <<icon name>>`. Example: `lucide bug`.
* `creator`: creator of the template shown in onboarding. All the workflow templates from an author will have the same `creator` field.
* `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.