From 58407be459423b5837d6a0c6bd36d049fd6703b9 Mon Sep 17 00:00:00 2001 From: Mark Silverwood Date: Fri, 25 Nov 2022 12:08:55 +0000 Subject: [PATCH] Update Bug_report.md --- .github/ISSUE_TEMPLATE/Bug_report.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index eeaea93b..2c0b534c 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -15,17 +15,21 @@ Execute `TradingView.version()` in the browser console. **Desktop (please complete the following information):** - - OS: [e.g. iOS] + - OS: [e.g. Windows 11] - Browser [e.g. chrome, safari] - Browser version [e.g. 22] **Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] + - Device: [e.g. iPhone 13] + - OS: [e.g. iOS 14.1] - Browser [e.g. stock browser, safari] - Browser version [e.g. 22] - + +**JSFiddle** + +If possible, please provide an example in JSFiddle which demonstrates the bug. Please see this guide on how to create a JSFiddle: [Using the library with online code playgrounds](https://github.com/tradingview/charting_library/wiki/Online-Editors) + **To Reproduce** Steps to reproduce the behavior: @@ -44,7 +48,11 @@ A clear and concise description of what you expected to happen. **Screenshots** -If applicable, add screenshots to help explain your problem. +If applicable, add screenshots, or videos, to help explain your problem. + +**Debug Console Log** + +Please provide the entire console log produced when [`debug:true`](https://github.com/tradingview/charting_library/wiki/Widget-Constructor#debug) is set within the widget constructor options, or evoke the following command in the console: [`widget.setDebugMode(true)`](https://github.com/tradingview/charting_library/wiki/Widget-Methods#setdebugmodeenabled). **Additional context**