Update issue templates

Adds 3 issue templates
pull/401/head
Ted Sanders 1 year ago committed by GitHub
parent 37d86aa639
commit 0b0c62bf58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

@ -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.
Loading…
Cancel
Save