chore: remove manual prompt template, direct users to prompts.chat

This commit is contained in:
anish-devgit
2025-12-17 15:43:52 +05:30
parent 2b66e5ef64
commit 9c0266dd42
2 changed files with 6 additions and 23 deletions

View File

@@ -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.

View File

@@ -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