From fa45e7506a715f994bcb68e9ba332d660f891e1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Mon, 6 Jan 2025 02:23:47 +0300 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3dda5af..2b6f152 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,18 +1,8 @@ # Add New Prompt -> ⚠️ PLEASE INCLUDE YOUR PROMPTS IN BOTH THE `README.md` and `prompts.csv` FILES FOLLOWING THE GUIDELINES PROVIDED BELOW. - You'll need to add your prompt into README.md, and to the `prompts.csv` file. If your prompt includes quotes, you will need to double-quote them to escape in CSV file. -If the prompt is generated by ChatGPT, please add `Generated by ChatGPT` to the end of the contribution line. - -## Description -copilot:summary - -e.g. -```csv -"Hello","Say ""Hi""" -``` +If the prompt is generated by AI, please add `Generated by AI` to the end of the contribution line. - [ ] I've confirmed the prompt works well - [ ] I've added `Contributed by: [@yourusername](https://github.com/yourusername)`