Skip to content

Commit

Permalink
chore: updates github issue template
Browse files Browse the repository at this point in the history
OKTA-467970
<<<Jenkins Check-In of Tested SHA: 6816107 for [email protected]>>>
Artifact: okta-angular
Files changed count: 5
PR Link: "#87"
  • Loading branch information
jaredperreault-okta authored and eng-prod-CI-bot-okta committed Feb 16, 2022
1 parent f44062f commit b49c42a
Show file tree
Hide file tree
Showing 5 changed files with 106 additions and 44 deletions.
44 changes: 0 additions & 44 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

61 changes: 61 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: Bug Report
description: Report a bug you encountered with the Okta Angular SDK
labels: [ bug ]
body:
- type: textarea
id: problem
attributes:
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?
validations:
required: true

- type: textarea
id: repro
attributes:
label: Reproduction Steps?
description: |
Please provide as much detail as possible to help us reproduce your bug.
A reproduction repo is very helpful for us as well.
validations:
required: true

- type: textarea
id: sdkVersion
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: browser(s), NodeJS, and OS versions
validations:
required: true

- type: textarea
id: additional
attributes:
label: Additional Information?
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
contact_links:
- name: Developer Forum
url: https://devforum.okta.com/
about: Get help with building your applicaiton on the Okta Platform.
blank_issues_enabled: false
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Feature Request
description: Request a new feature for this SDK?
labels: [ enhancement ]
body:
- type: textarea
id: description
attributes:
label: Describe the feature request?
description: |
Please leave a helpful description of the feature request here.
validations:
required: true

- type: textarea
id: resources
attributes:
label: New or Affected Resource(s)
description: |
Please list the new or affected resources
validations:
required: true

- type: textarea
id: documentation
attributes:
label: Provide a documentation link
description: |
Please provide any links to the documentation that is at
https://developer.okta.com/. This will help us with this
feature request.
- type: textarea
id: additional
attributes:
label: Additional Information?

4 changes: 4 additions & 0 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Security Policy

## Report a Vulnerability
At Okta we take the protection of our customers’ data very seriously. If you need to report a vulnerability, please visit https://www.okta.com/vulnerability-reporting-policy/ for more information.

0 comments on commit b49c42a

Please sign in to comment.