From 26ba0a02e6e0b96467014f5125a370668416e881 Mon Sep 17 00:00:00 2001 From: Jared Perreault <90656038+jaredperreault-okta@users.noreply.github.com> Date: Fri, 7 Apr 2023 14:55:03 -0400 Subject: [PATCH] chore: update issue template (#384) OKTA-598226 chore: update issue template --- .github/ISSUE_TEMPLATE/bug-report.yml | 32 ++++----------------------- 1 file changed, 4 insertions(+), 28 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index bfa873d06..dbcbc81ca 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -5,23 +5,10 @@ body: - type: textarea id: problem attributes: - label: Describe the bug? + label: Describe the bug description: | Please be as detailed as possible. This will help us address the bug in a timely manner. - validations: - required: true - - - type: textarea - id: expected - attributes: - label: What is expected to happen? - validations: - required: true - - - type: textarea - id: actual - attributes: - label: What is the actual behavior? + placeholder: What is expected to happen... What is the actual behavior? validations: required: true @@ -40,22 +27,11 @@ body: attributes: label: SDK Versions description: | - Please provide versions of all `@okta/` scoped packages used in application, - as well as any relevant non-Okta packages - validations: - required: true - - - type: textarea - id: execEnv - attributes: - label: Execution Environment - description: | - Please describe the application's execution environment - For example: NodeJS and OS versions + Output of `npx envinfo --system --npmPackages '{@okta/*,}' --binaries --browsers` validations: required: true - type: textarea id: additional attributes: - label: Additional Information? + label: Additional Information