-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setup pull-request and issue templates
- Loading branch information
1 parent
64d2383
commit 0bb7af4
Showing
3 changed files
with
58 additions
and
6 deletions.
There are no files selected for viewing
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
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
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,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:** |