Increase readability of label data files #85
Labels
💻 aspect: code
Concerns the software code in the repository
🤖 aspect: dx
Concerns developers' experience with the codebase
✨ goal: improvement
Improvement to an existing feature
good first issue
New-contributor friendly
help wanted
Open to participation from the community
🟩 priority: low
Low priority and doesn't need to be rushed
🏁 status: ready for work
Ready for work
Problem
Both
labels.json
andskills.json
are not very readable for the following reasons:labels.json
file uses emoji as unicode glyphs, which look like two codepoints in a string. It's not possible to identify the emojis from the text.Description
GitHub allows using "colon-style markup" instead of native emoji. We should use that as the value of the emoji key. Additionally YAML would be a much better option for files that are manually read or written.
Alternatives
The current implementation works. Not working on the issue is the alternative.
Implementation
The text was updated successfully, but these errors were encountered: