diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 00000000..14a8220b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -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. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..96de4e2e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml new file mode 100644 index 00000000..e8cebd8b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -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? diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 00000000..859e3cd8 --- /dev/null +++ b/.github/SECURITY.md @@ -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.