You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add GitHub issue link to chapter pages for suggesting changes
Each chapter header now has a "Suggest a change" button that opens a
pre-filled GitHub issue on project-creed/ethos with the chapter title,
URL, and a prompt for the reader's suggestion.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
href={`https://github.com/project-creed/ethos/issues/new?title=${encodeURIComponent(`Suggestion: ${chapter.title}`)}&body=${encodeURIComponent(`**Chapter:** ${chapter.title}\n**URL:** https://ethosian.info/chapters/${chapter.slug}\n\n**Suggested change:**\n\n<!-- Describe what you'd like to see changed and why -->`)}&labels=suggestion`}
0 commit comments