Skip to content

Commit 8ff8ee1

Browse files
committed
workflow(issue template): add checkpoint for incognito mode
1 parent 7fe954d commit 8ff8ee1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ body:
1010
required: true
1111
- label: Be aware that json-editor-vue is only a Vue wrapper for [svelte-jsoneditor](https://github.com/josdejong/svelte-jsoneditor)
1212
required: true
13-
- label: Have a try at the latest version
13+
- label: Have tried the latest version
1414
required: true
1515
- label: Search to see if your issue already exists
1616
required: true
1717
- label: Look for / ask questions on [Stack Overflow](https://stackoverflow.com/questions/ask)
1818
required: false
19+
- label: Reproduce the bug in incognito/private mode to avoid interference from browser extensions
20+
required: false
1921
- type: input
2022
id: json-editor-vue_version
2123
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body:
1111
required: true
1212
- label: Be aware that json-editor-vue is only a Vue wrapper for [svelte-jsoneditor](https://github.com/josdejong/svelte-jsoneditor)
1313
required: true
14-
- label: Have a try at the latest version
14+
- label: Have tried the latest version
1515
required: true
1616
- label: Search to see if your issue already exists
1717
required: true

0 commit comments

Comments
 (0)