mirror of
https://github.com/exchanges-lab/view.git
synced 2026-08-06 05:52:19 +08:00
Upload files.
This commit is contained in:
+59
@@ -0,0 +1,59 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
# Bug Report
|
||||
|
||||
**Charting Library Version**
|
||||
|
||||
Execute `TradingView.version()` in the browser console.
|
||||
|
||||
**Desktop (please complete the following information):**
|
||||
|
||||
- OS: [e.g. Windows 11]
|
||||
- Browser [e.g. chrome, safari]
|
||||
- Browser version [e.g. 22]
|
||||
|
||||
**Smartphone (please complete the following information):**
|
||||
|
||||
- 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:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Describe the bug**
|
||||
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**Expected behavior**
|
||||
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
|
||||
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**
|
||||
|
||||
Add any other context about the problem here.
|
||||
@@ -0,0 +1,27 @@
|
||||
---
|
||||
name: Data Question
|
||||
about: Ask a question if you have a problem with connecting your data
|
||||
title: ''
|
||||
labels: status/conversation
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
# Data Question
|
||||
|
||||
<!-- PLEASE MAKE SURE THAT YOU HAVE READ FAQ -->
|
||||
<!-- https://github.com/tradingview/charting_library/wiki/Frequently-Asked-Questions -->
|
||||
|
||||
- [ ] I have read FAQ <!-- replace the space in the brackets with `x` -->
|
||||
|
||||
**Describe the problem**
|
||||
|
||||
A clear and concise description of what the problem is.
|
||||
|
||||
**Console logs**
|
||||
|
||||
Uncomment `debug: true` in the widget constructor and post here all console logs. ```Use a triple backtick in front and behind the logs.```
|
||||
|
||||
**Symbol**
|
||||
|
||||
What symbol(instrument) your problem is related to.
|
||||
@@ -0,0 +1,26 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
# Feature Request
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe the solution you'd like**
|
||||
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
|
||||
Add any other context or screenshots about the feature request here.
|
||||
@@ -0,0 +1,19 @@
|
||||
---
|
||||
name: General Question
|
||||
about: Ask a question if you cannot find an answer in the documentation
|
||||
title: ''
|
||||
labels: status/conversation
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
# General Question
|
||||
|
||||
<!-- PLEASE MAKE SURE THAT YOU HAVE READ FAQ -->
|
||||
<!-- https://github.com/tradingview/charting_library/wiki/Frequently-Asked-Questions -->
|
||||
|
||||
- [ ] I have read FAQ <!-- replace the space in the brackets with `x` -->
|
||||
|
||||
**Ask your question with the greatest possible detail**
|
||||
|
||||
<!-- Write your question right here... -->
|
||||
Reference in New Issue
Block a user