Skip to content

Commit

Permalink
update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Oct 28, 2020
1 parent dd6bc25 commit a26284a
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 38 deletions.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Auth0 Community
url: https://community.auth0.com/c/sdks
about: Discuss this SDK in the Auth0 Community forums
- name: Library Documentation
url: https://github.com/auth0/java-jwt/blob/master/README.md
about: Read the library documentation
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Feature request
about: Suggest an idea or a feature for this project
title: ''
labels: feature request
assignees: ''
---

<!--
**Please do not report security vulnerabilities here**. The Responsible Disclosure Program (https://auth0.com/whitehat) details the procedure for disclosing security issues.
Thank you in advance for helping us to improve this library! Your attention to detail here is greatly appreciated and will help us respond as quickly as possible. For general support or usage questions, use the Auth0 Community (https://community.auth0.com/) or Auth0 Support (https://support.auth0.com/). Finally, to avoid duplicates, please search existing Issues before submitting one here.
By submitting an Issue to this repository, you agree to the terms within the Auth0 Code of Conduct (https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md).
-->

### Describe the problem you'd like to have solved

<!--
> A clear and concise description of what the problem is.
-->

### Describe the ideal solution

<!--
> A clear and concise description of what you want to happen.
-->

## Alternatives and current work-arounds

<!--
> A clear and concise description of any alternatives you've considered or any work-arounds that are currently in place.
-->

### Additional information, if any

<!--
> Add any other context or screenshots about the feature request here.
-->
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/report-a-bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
name: Report a bug
about: Have you found a bug or issue? Create a bug report for this SDK
title: ''
labels: bug report
assignees: ''
---

<!--
**Please do not report security vulnerabilities here**. The Responsible Disclosure Program (https://auth0.com/whitehat) details the procedure for disclosing security issues.
Thank you in advance for helping us to improve this library! Please read through the template below and answer all relevant questions. Your additional work here is greatly appreciated and will help us respond as quickly as possible. For general support or usage questions, use the Auth0 Community (https://community.auth0.com/) or Auth0 Support (https://support.auth0.com/). Finally, to avoid duplicates, please search existing Issues before submitting one here.
By submitting an Issue to this repository, you agree to the terms within the Auth0 Code of Conduct (https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md).
-->

### Describe the problem

<!--
> Provide a clear and concise description of the issue
-->

### What was the expected behavior?

<!--
> Tell us about the behavior you expected to see
-->

### Reproduction
<!--
> Detail the steps taken to reproduce this error, and whether this issue can be reproduced consistently or if it is intermittent.
> **Note**: If clear, reproducable steps or the smallest sample app demonstrating misbehavior cannot be provided, we may not be able to follow up on this bug report.
> Where possible, please include:
>
> - The smallest possible sample app that reproduces the undesirable behavior
> - Log files (redact/remove sensitive information)
> - Application settings (redact/remove sensitive information)
> - Screenshots
-->

- Step 1..
- Step 2..
- ...

### Environment

<!--
> Please provide the following:
-->

- **Version of this library used:**
- **Version of Java used:**
- **Other modules/plugins/libraries that might be involved:**
- **Any other relevant information you think would be useful:**

0 comments on commit a26284a

Please sign in to comment.