You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yaml
+25-5Lines changed: 25 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
name: 🐞 Bug report
2
-
description: Create a bug report to help us improve Alpaca
2
+
description: Create a bug report to help us improve the SDK
3
3
title: "[Bug]: "
4
-
labels: [kind/bug, ]
5
-
assignees:
6
-
-
4
+
labels: [kind/bug]
5
+
assignees:
6
+
-
7
7
body:
8
8
- type: markdown
9
9
attributes:
@@ -25,6 +25,7 @@ body:
25
25
```...```
26
26
validations:
27
27
required: true
28
+
28
29
- type: textarea
29
30
attributes:
30
31
label: Expected Behavior
@@ -33,6 +34,17 @@ body:
33
34
validations:
34
35
required: false
35
36
37
+
- type: textarea
38
+
attributes:
39
+
label: SDK Version I encountered this issue in
40
+
description: |
41
+
What versions of the SDK have you tried in which the issue is present.
42
+
Before opening an issue please make sure you try the latest version of the SDK in case a fix has already been made.
43
+
placeholder: |
44
+
alpaca-trade-api version: 2.x.x
45
+
validations:
46
+
required: true
47
+
36
48
- type: textarea
37
49
attributes:
38
50
label: Steps To Reproduce
@@ -44,7 +56,15 @@ body:
44
56
4. See error...
45
57
render: markdown
46
58
validations:
47
-
required: false
59
+
required: true
60
+
61
+
- type: checkboxes
62
+
attributes:
63
+
label: Filled out the Steps to Reproduce section?
64
+
description: Please verify you have filled out the above section in regards to attaching steps or code that can reproduce your issue so that Alpaca developers can investigate. Not filling out the section will have your issue flagged as invalid and might not be investigated.
65
+
options:
66
+
- label: I have entered valid steps to reproduce my issue or have attached a minimally reproducible case in code that shows my issue happening; and understand that without this my issue will be flagged as invalid and closed after 30 days.
0 commit comments