Skip to content

Commit a737034

Browse files
committed
updated based on feedback
1 parent 9092668 commit a737034

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

web/pandas/pdeps/0001-purpose-and-guidelines.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ E-mail:
108108
#### Casting Votes
109109

110110
As the voting period starts, a VOTE issue is created which links to the PDEP discussion pull request.
111-
Each voting member may cast a vote by adding one of the following comments:
111+
Each voting member, including the author(s) may cast a vote by adding one of the following comments:
112112

113113
- +1: approve.
114114
- 0: abstain.
@@ -117,6 +117,8 @@ Each voting member may cast a vote by adding one of the following comments:
117117
- Reason: A one sentence reason is required.
118118
A disapprove vote requires prior participation in the PDEP discussion issue.
119119

120+
Comments made on the public VOTE issue by non-voting members will be deleted.
121+
120122
Once the voting period ends, any voter may tally the votes in a comment, using the format: x-y-z,
121123
where x stands for the total of approving, y of abstaining, and z of disapproving votes cast.
122124

@@ -137,6 +139,9 @@ choose to abstain when they have participated in the discussion, have some objec
137139
proposal, but do not wish to stop the proposal from moving forward, nor indicate their full
138140
support.
139141

142+
If a quorum was not reached by the end of the voting period, the PDEP is not accepted. Its status
143+
will change to rejected.
144+
140145
#### Accepted PDEP
141146

142147
Once a PDEP is accepted, any contributions can be made toward the implementation of the PDEP,
@@ -166,6 +171,11 @@ discussion. A PDEP can be rejected for different reasons, for example good ideas
166171
that are not backward-compatible, and the breaking changes are not considered worth
167172
implementing.
168173

174+
The author(s) may choose to resubmit a rejected PDEP. We expect authors to use their judgement in
175+
that case, as to whether they believe more discussion, or an amended proposal has the potential to
176+
lead to a diffrent result. A new PDEP is then created, which includes a link to the previously
177+
rejected PDEP.
178+
169179
#### Invalid PDEP
170180

171181
For submitted PDEPs that do not contain proper documentation, are out of scope, or

0 commit comments

Comments
 (0)