Compare commits

..

2 Commits

Author SHA1 Message Date
juyua9
9d8f4f4c45
Merge d1e92ba583 into eb111b427c 2026-08-08 13:05:13 +00:00
juyua9
d1e92ba583 fix(issue-form): require documentation location 2026-08-08 21:04:16 +08:00

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: