Skip to content

Commit d512c40

Browse files
authored
Add issue template for general SDK questions (#608)
1 parent 2295397 commit d512c40

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: ❓ Questions About the SDK ❓
2+
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 ?
31+
```...```
32+
validations:
33+
required: true

0 commit comments

Comments
 (0)