fix(issue-form): require documentation location

This commit is contained in:
juyua9 2026-08-08 21:04:16 +08:00
parent 88275125c1
commit d1e92ba583

View File

@ -16,6 +16,14 @@ body:
- General question - General question
validations: validations:
required: true required: true
- type: input
id: location
attributes:
label: File path or section
description: Which file path or section is relevant to this request?
placeholder: "e.g., README.md or Cursor Prompts/Agent Prompt.txt"
validations:
required: true
- type: textarea - type: textarea
id: details id: details
attributes: attributes: