Skip to content

Commit a12bd07

Browse files
authored
Merge pull request #27 from dxFeed/issue-templates
Add issue templates
2 parents 87b6c62 + 5d34884 commit a12bd07

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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.

0 commit comments

Comments
 (0)