Update issue templates
This commit is contained in:
99
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
99
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
@@ -1,48 +1,51 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
|
||||
---
|
||||
|
||||
# Bug Report
|
||||
|
||||
**Charting Library Version**
|
||||
|
||||
Execute `TradingView.version()` in the browser console.
|
||||
|
||||
**Desktop (please complete the following information):**
|
||||
|
||||
- OS: [e.g. iOS]
|
||||
- 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]
|
||||
- Browser [e.g. stock browser, safari]
|
||||
- Browser version [e.g. 22]
|
||||
|
||||
**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 to help explain your problem.
|
||||
|
||||
**Additional context**
|
||||
|
||||
Add any other context about the problem here.
|
||||
---
|
||||
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. iOS]
|
||||
- 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]
|
||||
- Browser [e.g. stock browser, safari]
|
||||
- Browser version [e.g. 22]
|
||||
|
||||
**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 to help explain your problem.
|
||||
|
||||
**Additional context**
|
||||
|
||||
Add any other context about the problem here.
|
||||
|
||||
3
.github/ISSUE_TEMPLATE/Data_question.md
vendored
3
.github/ISSUE_TEMPLATE/Data_question.md
vendored
@@ -1,6 +1,9 @@
|
||||
---
|
||||
name: Data Question
|
||||
about: Ask a question if you have a problem with connecting your data
|
||||
title: ''
|
||||
labels: status/conversation
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
|
||||
49
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
49
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
@@ -1,23 +1,26 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
|
||||
---
|
||||
|
||||
# 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.
|
||||
---
|
||||
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.
|
||||
|
||||
35
.github/ISSUE_TEMPLATE/General_question.md
vendored
35
.github/ISSUE_TEMPLATE/General_question.md
vendored
@@ -1,16 +1,19 @@
|
||||
---
|
||||
name: General Question
|
||||
about: Ask a question if you cannot find an answer in the documentation
|
||||
|
||||
---
|
||||
|
||||
# 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... -->
|
||||
---
|
||||
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