File tree Expand file tree Collapse file tree 2 files changed +52
-0
lines changed Expand file tree Collapse file tree 2 files changed +52
-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+ - Provide reproducible code snippet, please.
15+
16+ ** Behavior**
17+ - Bug case: provide error traceback, please.
18+ - Unexpected behavior case: describe the key points of behavior you face, please.
19+
20+ ** Expected behavior**
21+ - Provide a clear and concise description of what you expected to happen, please.
22+
23+ ** Environment:**
24+ - OS: [ e.g. Ubuntu-16.04]
25+ - Python version: [ e.g. 3.7.3]
26+ - Package version: [ e.g. 0.4.0]
27+
28+ Note: to get package version run ` import pkg_resources; pkg_resources.get_distribution('dxfeed').version `
29+
30+ ** Additional context**
31+ 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