From c24a64c54db4a203604db4cd0c064c72647a2cfe Mon Sep 17 00:00:00 2001 From: David Schnurr Date: Sat, 19 Aug 2023 08:08:41 -0700 Subject: [PATCH] Improved issue templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 10 +++++++++- .github/ISSUE_TEMPLATE/feature_request.yml | 8 ++++++++ .github/pull_request_template.md | 11 +++++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 .github/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 72fedbf5a..c568a50c5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,11 +1,19 @@ name: Bug report -description: Create a report to help us improve +description: Report an issue or bug with this library labels: ['bug'] body: - type: markdown attributes: value: | Thanks for taking the time to fill out this bug report! + - type: checkboxes + id: non_api + attributes: + label: Confirm this is a Node library issue and not an underlying OpenAI API issue + description: Issues with the underlying OpenAI API should be reported on our [Developer Community](https://community.openai.com/c/api/7) + options: + - label: This is an issue with the Node library + required: true - type: textarea id: what-happened attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 1be579964..8959fe9bc 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -6,6 +6,14 @@ body: attributes: value: | Thanks for taking the time to fill out this feature request! + - type: checkboxes + id: non_api + attributes: + label: Confirm this is a feature request for the Node library and not the underlying OpenAI API. + description: Feature requests for the underlying OpenAI API should be reported on our [Developer Community](https://community.openai.com/c/api/7) + options: + - label: This is a feature request for the Node library + required: true - type: textarea id: feature attributes: diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..a2b4bd420 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ + + + + + +- [ ] I understand that this repository is auto-generated and my pull request may not be merged + +## Changes being requested + + +## Additional context & links