mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2026-03-03 02:57:01 +00:00
chore: remove manual prompt template, direct users to prompts.chat
This commit is contained in:
9
.github/ISSUE_TEMPLATE/config.yml
vendored
9
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -1,5 +1,8 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Report a Security Concern or Spam
|
||||
url: https://github.com/f/awesome-chatgpt-prompts/security/advisories/new
|
||||
about: Use this to report fake support numbers or phishing attempts.
|
||||
- name: 💡 Submit a New Prompt
|
||||
url: https://prompts.chat
|
||||
about: Please submit new prompts via our website automation.
|
||||
- name: 🐛 Report a Bug / Spam
|
||||
url: https://github.com/f/awesome-chatgpt-prompts/issues/new
|
||||
about: Report spam or issues with the repository.
|
||||
20
.github/ISSUE_TEMPLATE/new_prompt.yml
vendored
20
.github/ISSUE_TEMPLATE/new_prompt.yml
vendored
@@ -1,20 +0,0 @@
|
||||
name: 🚀 New Prompt Submission
|
||||
description: Suggest a new ChatGPT prompt for the collection.
|
||||
title: "[PROMPT]: "
|
||||
labels: ["enhancement"]
|
||||
body:
|
||||
- type: textarea
|
||||
id: prompt_text
|
||||
attributes:
|
||||
label: Prompt Content
|
||||
description: Provide the full text of the prompt.
|
||||
placeholder: "I want you to act as..."
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: category
|
||||
attributes:
|
||||
label: Category
|
||||
placeholder: "e.g., Coding, Writing, Linux Terminal"
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user