mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-08-16 13:14:07 +00:00
Compare commits
4 Commits
1b033dbf37
...
9d8f4f4c45
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9d8f4f4c45 | ||
|
|
d1e92ba583 | ||
|
|
88275125c1 | ||
|
|
9e86c6c4e1 |
38
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
38
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
@ -0,0 +1,38 @@
|
||||
name: Bug Report
|
||||
description: Report an error in a system prompt, broken link, or incorrect content.
|
||||
title: "[Bug] "
|
||||
labels:
|
||||
- bug
|
||||
body:
|
||||
- type: input
|
||||
id: vendor
|
||||
attributes:
|
||||
label: Vendor / Tool
|
||||
description: Which AI tool or vendor is affected (e.g., Cursor, Claude Code, Windsurf).
|
||||
placeholder: "e.g., Cursor"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: location
|
||||
attributes:
|
||||
label: File path
|
||||
description: Path of the affected file inside this repository, if known.
|
||||
placeholder: "e.g., Cursor Prompts/Agent Prompt.txt"
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: summary
|
||||
attributes:
|
||||
label: What is wrong?
|
||||
description: A clear description of the issue and how it should look.
|
||||
placeholder: "Describe the problem..."
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: repro
|
||||
attributes:
|
||||
label: Steps to reproduce / evidence
|
||||
description: Reproduction steps, screenshots, or links to upstream sources.
|
||||
placeholder: "1. ...\n2. ..."
|
||||
validations:
|
||||
required: false
|
||||
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Community discussions
|
||||
url: https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools/discussions
|
||||
about: Ask usage questions and discuss prompt research with the community.
|
||||
34
.github/ISSUE_TEMPLATE/docs_inquiry.yml
vendored
Normal file
34
.github/ISSUE_TEMPLATE/docs_inquiry.yml
vendored
Normal file
@ -0,0 +1,34 @@
|
||||
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: 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:
|
||||
label: Details
|
||||
description: Provide the location (file path or section) and what should change or what you're asking.
|
||||
placeholder: "..."
|
||||
validations:
|
||||
required: true
|
||||
30
.github/ISSUE_TEMPLATE/request.yml
vendored
Normal file
30
.github/ISSUE_TEMPLATE/request.yml
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
name: Feature Request
|
||||
description: Request a new AI tool, vendor, or system prompt to be added to the collection.
|
||||
title: "[Request] "
|
||||
labels:
|
||||
- enhancement
|
||||
body:
|
||||
- type: input
|
||||
id: vendor
|
||||
attributes:
|
||||
label: Vendor / Tool
|
||||
description: Name of the AI tool or vendor you want added.
|
||||
placeholder: "e.g., Augment Code"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: source
|
||||
attributes:
|
||||
label: Source URL
|
||||
description: Link to the official docs, repo, or other verifiable source.
|
||||
placeholder: "https://..."
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: rationale
|
||||
attributes:
|
||||
label: Why should this be added?
|
||||
description: Brief explanation of the tool's relevance and what prompts/entries are available.
|
||||
placeholder: "Explain..."
|
||||
validations:
|
||||
required: true
|
||||
Loading…
Reference in New Issue
Block a user