-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: updates github issue template
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
1 parent
f44062f
commit b49c42a
Showing
5 changed files
with
106 additions
and
44 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |