Update issue templates

Adds 3 issue templates
This commit is contained in:
Ted Sanders 2023-05-08 17:44:28 -07:00 committed by GitHub
parent 4ef55e6265
commit 6b6e8a0e4e
3 changed files with 68 additions and 0 deletions

View File

@ -0,0 +1,19 @@
---
name: Feature request
about: Suggest an idea for the Cookbook
title: "[FEATURE]"
labels: ''
assignees: ''
---
[optional template]
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Additional context**
Add any other context or screenshots about the feature request here.

24
.github/ISSUE_TEMPLATE/get-help.md vendored Normal file
View File

@ -0,0 +1,24 @@
---
name: Get help
about: Ask a question to get help with the OpenAI API
title: "[SUPPORT]"
labels: support
assignees: ''
---
**Please do not use the issues page to ask general questions about the OpenAI API.** Questions asked here will usually not receive answers.
Feel free to report problems with code examples, suggest new code examples, or ask narrow questions about specific code examples.
For general discussion, try:
- [OpenAI API Community Forum](https://community.openai.com/)
- [OpenAI Discord](https://discord.com/invite/openai)
- [OpenAI subreddit](https://www.reddit.com/r/OpenAI/), [GPT3 subreddit](https://www.reddit.com/r/GPT3/)
- [OpenAI Cookbook discussion page](https://github.com/openai/openai-cookbook/discussions)
For general help, try:
- [OpenAI Documentation](https://platform.openai.com/docs/introduction)
- [OpenAI Help Center](https://help.openai.com/en/)

View File

@ -0,0 +1,25 @@
---
name: Problem report
about: Create a report to help us fix problems
title: "[PROBLEM]"
labels: bug
assignees: ''
---
[optional format]
**Identify the file to be fixed**
The name of the file containing the problem.
**Describe the problem**
A clear and concise description of what the problem is.
**Describe a solution**
A clear and concise description of what a fixed version should do.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.