Refactor part of the internal pages to separate out all the project's
policies into one place, and make the overall 'internal' page flow a little bit better.
This commit is contained in:
parent
48fadf28fb
commit
e9e65f4d3c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20307
1 changed files with 63 additions and 0 deletions
63
en/internal/policies.sgml
Normal file
63
en/internal/policies.sgml
Normal file
|
@ -0,0 +1,63 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "Policies for FreeBSD Committers">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h2><font color="#990000"><b>Committer's Guide</b></font></h2>
|
||||
|
||||
<p>The
|
||||
<a href="../doc/en_US.ISO8859-1/articles/committers-guide/">Committer's Guide</a>
|
||||
is an overall guide for all new committers, including
|
||||
both technical details and policy details.
|
||||
For the latter, see the chapters on
|
||||
<a href="../doc/en_US.ISO8859-1/articles/committers-guide/conventions.html">
|
||||
Conventions and Traditions</a>,
|
||||
<a href="../doc/en_US.ISO8859-1/articles/committers-guide/developer.relations.html">
|
||||
Developer Relations</a>,
|
||||
and
|
||||
<a href="../doc/en_US.ISO8859-1/articles/committers-guide/rules.html">
|
||||
The FreeBSD Committers' Big List Of Rules</a>.</p>
|
||||
|
||||
<p>It contains almost everything a new committer to the FreeBSD Project
|
||||
needs to know. See the Documentation Project Primer and the Ports Guide,
|
||||
below, for more info.</p>
|
||||
|
||||
<h2><font color="#990000"><b>General Policies</b></font></h2>
|
||||
|
||||
<p>Here you will find various things such as the
|
||||
<a href="new-account.html">New Account Creation Procedure</a>,
|
||||
the
|
||||
<a href="expire-bits.html">Commit Bit Expiration Policy</a>,
|
||||
the
|
||||
<a href="bylaws.html">Core Bylaws</a>,
|
||||
<a href="core-vote.html">Core's Voting Procedures</a>,
|
||||
and the
|
||||
<a href="../doc/en_US.ISO8859-1/articles/pr-guidelines/">Problem Report Handling Guidelines</a>.</p>
|
||||
|
||||
<h2><font color="#990000"><b>The FreeBSD Documentation Project</b></font></h2>
|
||||
|
||||
<p>The
|
||||
<a href="../doc/en_US.ISO8859-1/books/fdp-primer/">FreeBSD Documentation Project Primer for New Contributors</a>
|
||||
covers everything you will need to know in order to start
|
||||
contributing to the FreeBSD Documentation Project, from the tools and
|
||||
software you will be using (both mandatory and recommended) to the
|
||||
philosophy behind the Documentation Project.</p>
|
||||
|
||||
<h2><font color="#990000"><b>The FreeBSD Ports Guidelines</b></font></h2>
|
||||
|
||||
<p>The
|
||||
<a href="../doc/en_US.ISO8859-1/books/porters-handbook/index.html">
|
||||
FreeBSD Porter's Handbook</a>
|
||||
is a general guide for FreeBSD ports committers, including both
|
||||
technical information and policy guidelines.</p>
|
||||
|
||||
<p><A HREF="internal.html">FreeBSD Internal Home</a></p>
|
||||
&footer;
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue