add page url to the issue template
This commit is contained in:
parent
7950e5c083
commit
54f59e02fd
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,4 +1,4 @@
|
||||
blank_issues_enabled: false
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: Support
|
||||
url: https://discord.gg/FCfyBSbCU5
|
||||
|
@ -126,7 +126,11 @@ App crashed
|
||||
1. Go to ...
|
||||
2. Click on ...
|
||||
...
|
||||
|
||||
|
||||
**URL**
|
||||
|
||||
${window.location.href}
|
||||
|
||||
${
|
||||
error.name &&
|
||||
`**Error**
|
||||
|
Loading…
Reference in New Issue
Block a user