Skip to content

Commit

Permalink
Setup pull-request and issue templates (#195)
Browse files Browse the repository at this point in the history
* Setup pull-request and issue templates

* update issue templates config

Add link to docs

Co-authored-by: Jim Anderson <jim.anderson@auth0.com>
  • Loading branch information
lbalmaceda and jimmyjames committed Oct 29, 2020
1 parent b2e7a10 commit 8c480f4
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Auth0 Community
url: https://community.auth0.com/c/sdks/5
about: Discuss this SDK in the Auth0 Community forums
- name: Library Documentation
url: https://github.com/auth0/node-jwks-rsa/blob/master/README.md
about: Read the library docs
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -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. Ex. I'm always frustrated when [...]
-->

### 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
@@ -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 8c480f4

Please sign in to comment.