File tree Expand file tree Collapse file tree 1 file changed +77
-0
lines changed Expand file tree Collapse file tree 1 file changed +77
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : PDEP Vote
2
+ description : Call for a vote on a PDEP
3
+ title : " VOTE: "
4
+ labels : [VOTE]
5
+
6
+ body :
7
+ - type : markdown
8
+ attributes :
9
+ value : >
10
+ As per [PDEP-1](https://pandas.pydata.org/pdeps/0001-purpose-and-guidelines.html), the following issues template should be copied and updated when a
11
+ maintainer is ready to call for a vote on a PDEP discussion.
12
+ - type : checkboxes
13
+ attributes :
14
+ label : Locked issue
15
+ options :
16
+ - label : >
17
+ I locked this voting issue so that only voting members are able to cast their votes or
18
+ comment on this issue.
19
+ required: true
20
+ - type : input
21
+ id : PDEP-name
22
+ attributes :
23
+ label : Which PDEP ar you opening a vote for?
24
+ description : Please enter teh PDEP number and title
25
+ placeholder : >
26
+ ex. PDEP-1: Purpose and guidelines for pandas enhancement proposals
27
+ validations :
28
+ required : true
29
+ - type : input
30
+ id : PDEP-link
31
+ attributes :
32
+ label : Pull request with discussion
33
+ placeholder : ex. https://github.com/pandas-dev/pandas/pull/47444
34
+ validations :
35
+ required : true
36
+ - type : input
37
+ id : PDEP-rendered-link
38
+ attributes :
39
+ label : Rendered PDEP for easy reading
40
+ placeholder : ex. https://github.com/pandas-dev/pandas/pull/47444/files?short_path=7c449e6#diff-7c449e698132205b235c501f7e47ebba38da4d2b7f9492c98f16745dba787041
41
+ validations :
42
+ required : true
43
+ - type : input
44
+ id : PDEP-number-of-discussion-participants
45
+ attributes :
46
+ label : >
47
+ You may find it useful to list or total the number of participating members in the
48
+ PDEP discussion PR. This would be the maximum possible disapprove votes.
49
+ placeholder : >
50
+ ex. 14 voting members participated in the PR discussion thus far.
51
+ - type : input
52
+ id : PDEP-vote-end
53
+ attributes :
54
+ label : Voting will close in 15 days.
55
+ placeholder : >
56
+ ex. On January 15.
57
+ validations :
58
+ required : true
59
+ - type : markdown
60
+ attributes :
61
+ value : ---
62
+ - type : textarea
63
+ id : Vote
64
+ attributes :
65
+ label : Vote
66
+ placeholder : |
67
+ Cast your vote in a comment below.
68
+ * +1: approve.
69
+ * 0: abstain.
70
+ * Reason: A one sentence reason is required.
71
+ * -1: disapprove
72
+ * Reason: A one sentence reason is required.
73
+ A disapprove vote requires prior participation in the linked discussion PR.
74
+
75
+ @pandas-dev/pandas-core
76
+ validations :
77
+ required : true
You can’t perform that action at this time.
0 commit comments