-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededjavascriptPull requests that update javascript codePull requests that update javascript code
Description
✨ Add New Haiku Templates to backend/lib/templates.json
❓ What’s the Issue?
Our haiku templates in backend/lib/templates.json
need more variety to create diverse haikus for README SVGs.
💡 Why Is This Important?
New templates make HaikuReadme’s haikus more engaging — like
“Glow in silent code” vs. “Code runs like a stream”.
🔧 Suggested Fix
- Add 3–5 new patterns to
fiveSyllable
orsevenSyllable
inbackend/lib/templates.json
. - Use parts of speech (nouns, verbs, adjectives, adverbs) and connecting words like
and
,with
. - Ensure syllable counts total 5 or 7
(e.g.,["nouns", "on", "adjectives", "nouns"]
→[1, 1, 2, 1]
) - Test patterns with
words.json
for valid substitutions.
📝 Additional Details
- Example:
["verbs", "through", "the", "nouns"]
→ “Flow through the grid”
([2, 1, 1, 1]
syllables) - Test backend API
- Keep JSON format consistent and readable
Or you can add your ideas to it!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededjavascriptPull requests that update javascript codePull requests that update javascript code