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
description: I have a question about the SDK I can't find an answer to in the documentation or README.
3
+
title: "[Question]: "
4
+
labels: [kind/question]
5
+
assignees:
6
+
-
7
+
body:
8
+
- type: markdown
9
+
attributes:
10
+
value: |
11
+
Please fill the form in English!
12
+
- type: checkboxes
13
+
attributes:
14
+
label: Question form pre-submit checklist.
15
+
description: |
16
+
Please verify that all these checkboxes are true before opening an issue.
17
+
If your issue is determined to violate one of the below questions it will be closed for being invalid.
18
+
options:
19
+
- label: I have searched the existing issues to ensure there isn't already an issue about this question.
20
+
required: true
21
+
- label: My question has to do with the Python SDK and isn't a general question about the API. (If it is please open your issue [here](https://github.com/alpacahq/Alpaca-API))
22
+
required: true
23
+
- label: My question isn't about how to do a specific algorithm or asking for trade advice (answers to these are outside the scope of this repo).
24
+
required: true
25
+
- type: textarea
26
+
attributes:
27
+
label: Question
28
+
description: Please describe your question here
29
+
placeholder: |
30
+
I couldn't find an example or documentation on X. How do I do X ?
0 commit comments