Skip to content

Commit

Permalink
Merge pull request #114 from auth0/patch/fix-issue-templates
Browse files Browse the repository at this point in the history
Fix issue templates for features and bugs
  • Loading branch information
sergiught committed Nov 1, 2021
2 parents 2a698ca + a763be3 commit 42d45ca
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
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.

Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/report_a_bug.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
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.

Expand Down

0 comments on commit 42d45ca

Please sign in to comment.