Update pull_request_template.md
This commit is contained in:
parent
64fbb7fee9
commit
fa45e7506a
|
@ -1,18 +1,8 @@
|
||||||
# Add New Prompt
|
# 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.
|
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 `<mark>Generated by ChatGPT</mark>` to the end of the contribution line.
|
If the prompt is generated by AI, please add `<mark>Generated by AI</mark>` to the end of the contribution line.
|
||||||
|
|
||||||
## Description
|
|
||||||
copilot:summary
|
|
||||||
|
|
||||||
e.g.
|
|
||||||
```csv
|
|
||||||
"Hello","Say ""Hi"""
|
|
||||||
```
|
|
||||||
|
|
||||||
- [ ] I've confirmed the prompt works well
|
- [ ] I've confirmed the prompt works well
|
||||||
- [ ] I've added `Contributed by: [@yourusername](https://github.com/yourusername)`
|
- [ ] I've added `Contributed by: [@yourusername](https://github.com/yourusername)`
|
||||||
|
|
Loading…
Reference in New Issue