mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-08-16 13:14:07 +00:00
fix(issue-form): require documentation location
This commit is contained in:
parent
88275125c1
commit
d1e92ba583
8
.github/ISSUE_TEMPLATE/docs_inquiry.yml
vendored
8
.github/ISSUE_TEMPLATE/docs_inquiry.yml
vendored
@ -16,6 +16,14 @@ body:
|
||||
- General question
|
||||
validations:
|
||||
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
|
||||
id: details
|
||||
attributes:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user