summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-12-28 17:04:17 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-12-28 17:04:17 +0000
commitc7960102d52cbf0f389e7cbbb6c36df786990291 (patch)
tree1345e64b6bec3e13af27f1882d5826a2d17c0e55 /docs
parent0d6feb954d5057644c1d8d70aac9fbb2edf6b96b (diff)
remove old 'Submitting patches' text
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9997 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'docs')
-rw-r--r--docs/bugs.tex15
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/bugs.tex b/docs/bugs.tex
index b4f502ce4..ed2535d21 100644
--- a/docs/bugs.tex
+++ b/docs/bugs.tex
@@ -33,21 +33,6 @@ Once the ticket is open, a developer will take care of it, if so, the ticket is
as "accepted" with the developer name. You can add comments at any time to the ticket,
even when it is closed.
-\subsubsection{Submitting patches}
-
-In order to include a patch to a ticket, you need to output it, this can be done by using the \textbf{svn diff} command which generates the differences between your local copy (modified) and the version on the OpenWrt repository (unmodified yet). Then attach the patch with a description, using the "Attach" button.
-
-Your patch must respect the following conventions :
-
-\begin{itemize}
-\item it has to work, with no side effect on other platforms, distributions, packages ...
-\item it must have a reason to be included in OpenWrt : bug fix, enhancement, feature adding/removing
-\item the patch name should be named like that : <index number>-this\_fixes\_bug\_foo\_and\_bar.patch
-\item if several, they have to be indexed with an integer number : 100-patch1, 200-patch2 ...
-\end{itemize}
-
-Your patch will be read and most likely be used as-is by the developpers if it is clean and working. If not, the patch will be accepted anyway and modified to be OpenWrt-rules compliant
-
\subsubsection{Closing a ticket}
A ticket might be closed by a developer because: