File tree 2 files changed +43
-24
lines changed
2 files changed +43
-24
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Submit Question
2
+ description : Ask a general question about pandas
3
+ title : " QST: "
4
+ labels : [Usage Question, Needs Triage]
5
+
6
+ body :
7
+ - type : markdown
8
+ attributes :
9
+ value : >
10
+ Since [StackOverflow](https://stackoverflow.com) is better suited towards answering
11
+ usage questions, we ask that all usage questions are first asked on StackOverflow.
12
+ - type : checkboxes
13
+ attributes :
14
+ options :
15
+ - label : >
16
+ I have searched the [[pandas] tag](https://stackoverflow.com/questions/tagged/pandas)
17
+ on StackOverflow for similar questions.
18
+ required: true
19
+ - label : >
20
+ I have asked my usage related question on [StackOverflow](https://stackoverflow.com).
21
+ required: true
22
+ - type : input
23
+ id : question-link
24
+ attributes :
25
+ label : Link to question on StackOverflow
26
+ validations :
27
+ required : true
28
+ - type : markdown
29
+ attributes :
30
+ value : ---
31
+ - type : textarea
32
+ id : question
33
+ attributes :
34
+ label : Question about pandas
35
+ description : >
36
+ **Note**: If you'd still like to submit a question, please read [this guide](
37
+ https://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports) detailing
38
+ how to provide the necessary information for us to reproduce your question.
39
+ placeholder : |
40
+ ```python
41
+ # Your code here, if applicable
42
+
43
+ ```
You can’t perform that action at this time.
0 commit comments