Skip to content

Commit

Permalink
OKTA-466845 Add issue template. (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayNewstrom authored Feb 14, 2022
1 parent 79c6adc commit d0422d3
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 0 deletions.
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
name: Bug Report
description: Report a bug you encountered with the Okta OIDC Android 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: additional
attributes:
label: Additional Information?

- type: textarea
id: sdkVersion
attributes:
label: SDK Version
validations:
required: true

- type: textarea
id: buildInformation
attributes:
label: Build Information
description: If this is an issue related to building, please supply gradle version, android gradle plugin version, and any other relevant 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 application on the Okta Platform.
blank_issues_enabled: false
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
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 d0422d3

Please sign in to comment.