From 6b6e8a0e4e6b36b21f86453edf4311d788fe7426 Mon Sep 17 00:00:00 2001 From: Ted Sanders <95656834+ted-at-openai@users.noreply.github.com> Date: Mon, 8 May 2023 17:44:28 -0700 Subject: [PATCH] Update issue templates Adds 3 issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 19 +++++++++++++++++ .github/ISSUE_TEMPLATE/get-help.md | 24 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/problem-report.md | 25 +++++++++++++++++++++++ 3 files changed, 68 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/get-help.md create mode 100644 .github/ISSUE_TEMPLATE/problem-report.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..a6777e3b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/get-help.md b/.github/ISSUE_TEMPLATE/get-help.md new file mode 100644 index 00000000..4a5d3131 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/get-help.md @@ -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/) diff --git a/.github/ISSUE_TEMPLATE/problem-report.md b/.github/ISSUE_TEMPLATE/problem-report.md new file mode 100644 index 00000000..75f05260 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/problem-report.md @@ -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.