Skip to content

Commit da8e6ac

Browse files
authored
Merge pull request #85 from weklund/docs/issue-template
Add issue templates for consistency
2 parents 14fbdf4 + 5a9077d commit da8e6ac

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!---
2+
3+
Before creating an issue try checking out the IBKR documentation, IBind Wiki or search other existing issues, you may find an answer there:
4+
5+
- https://www.interactivebrokers.com/campus/ibkr-api-page/cpapi-v1
6+
- https://github.com/Voyz/ibind/wiki
7+
- https://github.com/Voyz/ibind/issues?q=is%3Aissue%20
8+
9+
--->
10+
11+
### Describe the bug
12+
13+
### Steps to Reproduce
14+
15+
Steps to reproduce the behaviour:
16+
1.
17+
2.
18+
3.
19+
4.
20+
21+
### Expected Behaviour
22+
<!--- Tell us what you expected to happen -->
23+
24+
### Additional context
25+
<!--- Add any other context about the problem here. How has this issue affected you? What are you trying to accomplish? -->
26+
27+
### Possible Solution
28+
<!--- If you can't fix the bug yourself, perhaps you can point to what might be causing the problem (line of code or commit). -->
29+
30+
### Your Environment
31+
32+
* IBind version:
33+
* Python version (e.g. 3.10):
34+
* Authentication method (Gateway, IBeam or OAuth):
35+
* Operating System and version:
36+
* Link to your project/code (if public) :
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### Describe Enhancement
2+
<!--- A detailed description of the change or addition you are proposing -->
3+
4+
### Context
5+
<!--- Why is this change important to you? How would you use it? How can it benefit other users? -->
6+
7+
### Possible Implementation
8+
<!--- Suggest an idea for implementing it (optional) -->
9+
10+
### Your Environment
11+
12+
* IBind version:
13+
* Python version (e.g. 3.10):
14+
* Authentication method (Gateway, IBeam or OAuth):
15+
* Operating System and version:
16+
* Link to your project/code (if public)

0 commit comments

Comments
 (0)