Skip to content

Commit

Permalink
chore: update issue template (#384)
Browse files Browse the repository at this point in the history
OKTA-598226 chore: update issue template
  • Loading branch information
jaredperreault-okta authored Apr 7, 2023
1 parent 8f3ba09 commit 26ba0a0
Showing 1 changed file with 4 additions and 28 deletions.
32 changes: 4 additions & 28 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit 26ba0a0

Please sign in to comment.