4 YAML form templates for structured feedback from the landing site FAB: - bug_report.yml: page URL, browser, OS, steps, expected vs actual (update of existing) - content_suggestion.yml: type, section, description, references - quiz_error.yml: question ID, category, error type, suggested fix - general_feedback.yml: type (UX/content/a11y/perf), message, page URL - config.yml: blank_issues_enabled + Discussions link Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
42 lines
1 KiB
YAML
42 lines
1 KiB
YAML
name: General Feedback
|
|
description: Share general feedback about the guide, site UX, or accessibility
|
|
title: "[Feedback]: "
|
|
labels: ["feedback"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
All feedback is welcome — from quick thoughts to detailed suggestions.
|
|
|
|
- type: dropdown
|
|
id: type
|
|
attributes:
|
|
label: Feedback type
|
|
options:
|
|
- Site UX / Navigation
|
|
- Content quality
|
|
- Accessibility
|
|
- Performance
|
|
- Feature request
|
|
- Compliment / kudos
|
|
- Other
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: message
|
|
attributes:
|
|
label: Your feedback
|
|
description: Share whatever is on your mind
|
|
placeholder: "I think the guide would be better if..."
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: page
|
|
attributes:
|
|
label: Page URL (optional)
|
|
description: Which page does your feedback relate to?
|
|
placeholder: "https://cc.bruniaux.com/..."
|
|
validations:
|
|
required: false
|