Add a note for Core's Voting Procedures.
Drafted by: imp Reviewed by: core
This commit is contained in:
parent
1599613399
commit
5631229d44
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15535
3 changed files with 83 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $FreeBSD: www/en/internal/Makefile,v 1.29 2002/03/06 21:22:10 jim Exp $
|
# $FreeBSD: www/en/internal/Makefile,v 1.30 2002/04/06 15:35:30 rwatson Exp $
|
||||||
|
|
||||||
.if exists(../Makefile.conf)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
|
@ -19,6 +19,7 @@ DOCS+= bylaws.sgml
|
||||||
DOCS+= releng.sgml
|
DOCS+= releng.sgml
|
||||||
DOCS+= releng45.sgml
|
DOCS+= releng45.sgml
|
||||||
DOCS+= expire-bits.sgml
|
DOCS+= expire-bits.sgml
|
||||||
|
DOCS+= core-vote.sgml
|
||||||
|
|
||||||
INDEXLINK= internal.html
|
INDEXLINK= internal.html
|
||||||
|
|
||||||
|
|
78
en/internal/core-vote.sgml
Normal file
78
en/internal/core-vote.sgml
Normal file
|
@ -0,0 +1,78 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||||
|
<!ENTITY base CDATA "..">
|
||||||
|
<!ENTITY date "$FreeBSD$">
|
||||||
|
<!ENTITY title "Core's Voting Procedures">
|
||||||
|
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||||
|
]>
|
||||||
|
|
||||||
|
<html>
|
||||||
|
&header;
|
||||||
|
|
||||||
|
<h2>Core's Voting Procedures</h2>
|
||||||
|
|
||||||
|
<h3>Committers</h3>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>All core members vote "yes", "no" or "no objection".</li>
|
||||||
|
<li>Successful candidates must get at least one yes vote.</li>
|
||||||
|
<li>Successful candidates must not get any 'no' votes.</li>
|
||||||
|
<li>At least three people must vote.</li>
|
||||||
|
<li>Voting period is normally 1 week, or ending sooner when the
|
||||||
|
result is certain.</li>
|
||||||
|
<li>Core secretary to deal with the details of voting, notification,
|
||||||
|
etc.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Personnel</h3>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>All core members vote "yes" or "no".</li>
|
||||||
|
<li>Successful candidates must get at least (2/3 * core-size)
|
||||||
|
yes vote.</li>
|
||||||
|
<li>At least (2/3 * core-size) people must vote, or the measure
|
||||||
|
will fail.</li>
|
||||||
|
<li>Voting period is normally 1 week, or ending sooner when the
|
||||||
|
result is certain.</li>
|
||||||
|
<li>Core secretary to deal with the details of voting, notification,
|
||||||
|
etc.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Issues</h3>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Discussion takes place.</li>
|
||||||
|
<li>When a consensus resolution appears to have been reached,
|
||||||
|
a vote on that takes place.</li>
|
||||||
|
<li>All core members vote "yes" or "no".</li>
|
||||||
|
<li>Successful resolutions must get at least (2/3 * core-size)
|
||||||
|
yes vote.</li>
|
||||||
|
<li>At least (2/3 * core-size) people must vote, or the measure
|
||||||
|
will fail.</li>
|
||||||
|
<li>Voting period is normally 1 week, or ending sooner when the
|
||||||
|
result is certain.</li>
|
||||||
|
<li>Core secretary to deal with the details of voting, notification,
|
||||||
|
etc.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Unanimous Consent</h3>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Any core member be get unanimous consent of core to do
|
||||||
|
something.</li>
|
||||||
|
<li>This person shall send mail to core asking for unanimous
|
||||||
|
consent.</li>
|
||||||
|
<li>If no one objects within 48 hours, then core has approved it
|
||||||
|
(or sooner if (2/3 * core-size) members say yes).</li>
|
||||||
|
<li>If there are any objections, then it will be resolved via the
|
||||||
|
issue voting proceedure.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>Any committer may get unanimous consent of core to do something so
|
||||||
|
long as at least one core member says 'yes' and the previous paragraph
|
||||||
|
is otherwise followed.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
&footer;
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||||
<!ENTITY base CDATA "..">
|
<!ENTITY base CDATA "..">
|
||||||
<!ENTITY date "$FreeBSD: www/en/internal/developer.sgml,v 1.24 2002/04/06 15:41:23 rwatson Exp $">
|
<!ENTITY date "$FreeBSD: www/en/internal/developer.sgml,v 1.25 2002/10/05 23:56:11 murray Exp $">
|
||||||
<!ENTITY title "Resources for FreeBSD Committers">
|
<!ENTITY title "Resources for FreeBSD Committers">
|
||||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||||
]>
|
]>
|
||||||
|
@ -19,6 +19,8 @@ Almost everything a new committer to the FreeBSD Project needs to know
|
||||||
|
|
||||||
<h2><a href="bylaws.html">Core Bylaws</a></h2>
|
<h2><a href="bylaws.html">Core Bylaws</a></h2>
|
||||||
|
|
||||||
|
<h2><a href="core-vote.html">Core's Voting Procedures</a></h2>
|
||||||
|
|
||||||
<h2><a href="http://wolfram.schneider.org/papers/webbuild.html">
|
<h2><a href="http://wolfram.schneider.org/papers/webbuild.html">
|
||||||
Build the FreeBSD Web Pages</a></h2>
|
Build the FreeBSD Web Pages</a></h2>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue