Skip to content

Commit

Permalink
Merge branch 'master' into fix-publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Nov 18, 2020
2 parents 074c981 + c323f88 commit 6316c16
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ By submitting an Issue to this repository, you agree to the terms within the Aut
### Describe the problem you'd like to have solved

<!--
> A clear and concise description of what the problem is.
> A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
-->

### Describe the ideal solution
Expand All @@ -36,4 +36,4 @@ By submitting an Issue to this repository, you agree to the terms within the Aut

<!--
> 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:**
- **Which framework are you using, if applicable:**
- **Other modules/plugins/libraries that might be involved:**
- **Any other relevant information you think would be useful:**

0 comments on commit 6316c16

Please sign in to comment.