mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
Keep the top-nav feedback button always visible (icon plus label on desktop, icon-only on mobile) instead of hiding it when an instance opts out of analytics. When analytics is off, the dialog keeps the typed message and hands off to a prefilled GitHub issue plus a contact@snapotter.com email, with no fake Thanks. Adds a feedback.yml issue template, URL builders, and feedback strings across all 21 locales. Claude-Session: https://claude.ai/code/session_01XVrHKXwzZDWBWgkGQdPZ3A
17 lines
442 B
YAML
17 lines
442 B
YAML
name: General feedback
|
|
description: Share general feedback, ideas, or reactions about SnapOtter.
|
|
title: "[Feedback]: "
|
|
labels: ["feedback"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: Thanks for taking a moment to share feedback.
|
|
- type: textarea
|
|
id: details
|
|
attributes:
|
|
label: Your feedback
|
|
description: What is on your mind?
|
|
placeholder: Tell us what you think...
|
|
validations:
|
|
required: true
|