docs: update feedback-skill.md to include additional context in feedback body

- Revised the body field in the feedback JSON structure to encourage users to share details about the machine, location, and Crabwalk version number.
- Enhanced clarity and completeness of feedback submissions to improve the overall feedback process.
This commit is contained in:
luccast
2026-02-02 20:50:37 -05:00
parent 80067dec9a
commit 56a2cf83be
+1 -1
View File
@@ -89,7 +89,7 @@ Content-Type: application/json
{
"type": "bug" | "feature" | "general",
"title": "[type] Brief summary (1 line)",
"body": "Detailed description from conversation"
"body": "Detailed description from conversation + Share details available about the machine, location, and crabwalk version number"
}
```