We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe91f73 commit ed97a82Copy full SHA for ed97a82
1 file changed
README.md
@@ -97,11 +97,13 @@ These scripts will:
97
authors:
98
- chris
99
categories:
100
- - CategoryOne
101
- - CategoryTwo
+ # use existing categories when possible, in YAML list format.
+ - CATEGORY_ONE
102
+ - CATEGORY_TWO
103
tags:
- - relevant-tag-one
104
- - relevant-tag-two
+ # use existing tags when possible, in YAML list format.
105
+ - TAG_ONE
106
+ - TAG_TWO
107
---
108
```
109
0 commit comments