@@ -108,7 +108,7 @@ E-mail:
108
108
#### Casting Votes
109
109
110
110
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:
112
112
113
113
- +1: approve.
114
114
- 0: abstain.
@@ -117,6 +117,8 @@ Each voting member may cast a vote by adding one of the following comments:
117
117
- Reason: A one sentence reason is required.
118
118
A disapprove vote requires prior participation in the PDEP discussion issue.
119
119
120
+ Comments made on the public VOTE issue by non-voting members will be deleted.
121
+
120
122
Once the voting period ends, any voter may tally the votes in a comment, using the format: x-y-z,
121
123
where x stands for the total of approving, y of abstaining, and z of disapproving votes cast.
122
124
@@ -137,6 +139,9 @@ choose to abstain when they have participated in the discussion, have some objec
137
139
proposal, but do not wish to stop the proposal from moving forward, nor indicate their full
138
140
support.
139
141
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
+
140
145
#### Accepted PDEP
141
146
142
147
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
166
171
that are not backward-compatible, and the breaking changes are not considered worth
167
172
implementing.
168
173
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
+
169
179
#### Invalid PDEP
170
180
171
181
For submitted PDEPs that do not contain proper documentation, are out of scope, or
0 commit comments