File tree Expand file tree Collapse file tree 2 files changed +49
-0
lines changed
Expand file tree Collapse file tree 2 files changed +49
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Create a report to help us improve
4+ title : ' '
5+ labels : bug
6+ assignees : ' '
7+
8+ ---
9+
10+ ** Describe the bug**
11+ A clear and concise description of what the bug is.
12+
13+ ** To Reproduce**
14+ Please, provide:
15+ 1 . Reproducible code snippet
16+ 2 . Error traceback
17+
18+ ** Expected behavior**
19+ A clear and concise description of what you expected to happen.
20+
21+ ** Environment:**
22+ - OS: [ e.g. Ubuntu-16.04]
23+ - Python version: [ e.g. 3.7.3]
24+ - Package version [ e.g. 0.4.0]
25+ Note: to get package version run ` import pkg_resources; pkg_resources.get_distribution('dxfeed').version `
26+
27+ ** Additional context**
28+ Add any other context about the problem here.
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature request
3+ about : Suggest an idea for this project
4+ title : ' '
5+ labels : enhancement
6+ assignees : ' '
7+
8+ ---
9+
10+ ** Describe the feature and the reason for it**
11+ What functionality you'd like to be added and why.
12+ E.g.: Please, add pandas dataframe support to the default handler. It is the most common way to work with tables in python
13+
14+ ** Describe the solution you'd like**
15+ A clear and concise description of what you want to happen. Expected code snippets are welcome
16+
17+ ** Describe alternatives you've considered**
18+ A clear and concise description of any alternative solutions or features you've considered.
19+
20+ ** Additional context**
21+ Add any other context or screenshots about the feature request here.
You can’t perform that action at this time.
0 commit comments