mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-08-16 21:24:09 +00:00
27 lines
685 B
YAML
27 lines
685 B
YAML
name: Docs / Typo / Inquiry
|
|
description: Fix a typo, clarify README, or ask a question about the repository.
|
|
title: "[Docs] "
|
|
labels:
|
|
- question
|
|
body:
|
|
- type: dropdown
|
|
id: category
|
|
attributes:
|
|
label: Category
|
|
description: What kind of issue is this?
|
|
options:
|
|
- Documentation / README
|
|
- Typo
|
|
- Folder layout / organization
|
|
- General question
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: details
|
|
attributes:
|
|
label: Details
|
|
description: Provide the location (file path or section) and what should change or what you're asking.
|
|
placeholder: "..."
|
|
validations:
|
|
required: true
|