From e2ef624e8eebf3667ea0e85e2a47389f07d8998d Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Wed, 14 Dec 2022 13:23:00 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- legacy/.github/ISSUE_TEMPLATE/1.bug_report.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/legacy/.github/ISSUE_TEMPLATE/1.bug_report.yml b/legacy/.github/ISSUE_TEMPLATE/1.bug_report.yml index 2c677cd4..aa156dbc 100644 --- a/legacy/.github/ISSUE_TEMPLATE/1.bug_report.yml +++ b/legacy/.github/ISSUE_TEMPLATE/1.bug_report.yml @@ -49,14 +49,14 @@ body: required: true - type: textarea attributes: - label: To Reproduce - description: Steps to reproduce the behavior, please provide a clear description of how to reproduce the issue, based on the linked minimal reproduction. Screenshots can be provided in the issue body below. If using code blocks, make sure that [syntax highlighting is correct](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#syntax-highlighting) and double check that the rendered preview is not broken. **Is `getOpenAIAuth` returning successfully? If so, please print out its values.** If not, please describe what happens in the browser when trying to auth. + label: Describe the Bug + description: A clear and concise description of what the bug is. validations: required: true - type: textarea attributes: - label: Describe the Bug - description: A clear and concise description of what the bug is. + label: To Reproduce + description: Steps to reproduce the behavior, please provide a clear description of how to reproduce the issue, based on the linked minimal reproduction. Screenshots can be provided in the issue body below. If using code blocks, make sure that [syntax highlighting is correct](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#syntax-highlighting) and double check that the rendered preview is not broken. **Is `getOpenAIAuth` returning successfully? If so, please print out its values.** If not, please describe what happens in the browser when trying to auth. validations: required: true - type: textarea