Skip to content

Commit 0166891

Browse files
authored
Merge pull request #1 from Aloqeely/test-issue-template
Create pdep_vote.yaml
2 parents b18a142 + 68cb1bc commit 0166891

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed

.github/ISSUE_TEMPLATE/pdep_vote.yaml

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
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

0 commit comments

Comments
 (0)