Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ded2fdc

Browse files
committed
Setup pull-request and issue templates
1 parent 1713243 commit ded2fdc

File tree

4 files changed

+99
-39
lines changed

4 files changed

+99
-39
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Auth0 Community
4+
url: https://community.auth0.com/c/sdks/5
5+
about: Discuss this SDK in the Auth0 Community forums
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea or a feature for this project
4+
title: ''
5+
labels: feature request
6+
assignees: ''
7+
---
8+
9+
<!--
10+
**Please do not report security vulnerabilities here**. The Responsible Disclosure Program (https://auth0.com/whitehat) details the procedure for disclosing security issues.
11+
12+
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.
13+
14+
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).
15+
-->
16+
17+
### Describe the problem you'd like to have solved
18+
19+
<!--
20+
> A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
21+
-->
22+
23+
### Describe the ideal solution
24+
25+
<!--
26+
> A clear and concise description of what you want to happen.
27+
-->
28+
29+
## Alternatives and current work-arounds
30+
31+
<!--
32+
> A clear and concise description of any alternatives you've considered or any work-arounds that are currently in place.
33+
-->
34+
35+
### Additional information, if any
36+
37+
<!--
38+
> Add any other context or screenshots about the feature request here.
39+
-->
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
name: Report a bug
3+
about: Have you found a bug or issue? Create a bug report for this SDK
4+
title: ''
5+
labels: bug report
6+
assignees: ''
7+
---
8+
9+
<!--
10+
**Please do not report security vulnerabilities here**. The Responsible Disclosure Program (https://auth0.com/whitehat) details the procedure for disclosing security issues.
11+
12+
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.
13+
14+
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).
15+
-->
16+
17+
### Describe the problem
18+
19+
<!--
20+
> Provide a clear and concise description of the issue
21+
-->
22+
23+
### What was the expected behavior?
24+
25+
<!--
26+
> Tell us about the behavior you expected to see
27+
-->
28+
29+
### Reproduction
30+
<!--
31+
> Detail the steps taken to reproduce this error, and whether this issue can be reproduced consistently or if it is intermittent.
32+
> **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.
33+
34+
> Where possible, please include:
35+
>
36+
> - The smallest possible sample app that reproduces the undesirable behavior
37+
> - Log files (redact/remove sensitive information)
38+
> - Application settings (redact/remove sensitive information)
39+
> - Screenshots
40+
-->
41+
42+
- Step 1..
43+
- Step 2..
44+
- ...
45+
46+
### Environment
47+
48+
<!--
49+
> Please provide the following:
50+
-->
51+
52+
- **Version of this library used:**
53+
- **Which framework are you using, if applicable:**
54+
- **Other modules/plugins/libraries that might be involved:**
55+
- **Any other relevant information you think would be useful:**

0 commit comments

Comments
 (0)