From 54f59e02fd229294c2129ee2254929d06461ba14 Mon Sep 17 00:00:00 2001 From: Moody Salem Date: Wed, 12 May 2021 16:17:46 -0500 Subject: [PATCH] add page url to the issue template --- .github/ISSUE_TEMPLATE/config.yml | 2 +- src/components/ErrorBoundary/index.tsx | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3e176a10d1..69e1a068c5 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ -blank_issues_enabled: false +blank_issues_enabled: true contact_links: - name: Support url: https://discord.gg/FCfyBSbCU5 diff --git a/src/components/ErrorBoundary/index.tsx b/src/components/ErrorBoundary/index.tsx index 38130e5fae..e5b3bfb454 100644 --- a/src/components/ErrorBoundary/index.tsx +++ b/src/components/ErrorBoundary/index.tsx @@ -126,7 +126,11 @@ App crashed 1. Go to ... 2. Click on ... ... - + +**URL** + +${window.location.href} + ${ error.name && `**Error**