mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-08-16 13:14:07 +00:00
fix: use valid GitHub issue form configuration
This commit is contained in:
parent
9e86c6c4e1
commit
88275125c1
31
.github/ISSUE_TEMPLATE/config.yml
vendored
31
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,26 +1,5 @@
|
|||||||
name: Docs / Typo / Inquiry
|
blank_issues_enabled: false
|
||||||
description: Fix a typo, clarify README, or ask a question about the repository.
|
contact_links:
|
||||||
title: ""
|
- name: Community discussions
|
||||||
labels:
|
url: https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools/discussions
|
||||||
- question
|
about: Ask usage questions and discuss prompt research with the community.
|
||||||
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
|
|
||||||
|
|||||||
26
.github/ISSUE_TEMPLATE/docs_inquiry.yml
vendored
Normal file
26
.github/ISSUE_TEMPLATE/docs_inquiry.yml
vendored
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
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
|
||||||
Loading…
Reference in New Issue
Block a user