X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=docs%2Fbugs.tex;h=b4f502ce49c43edc892614da04c918d3a285eaa6;hp=9f0f4f0b3aab034ef3f8332c7079e19e2c273fda;hb=c69e4aab07d1dd59486d4ddf1c0ce12253d852c5;hpb=5d17985307c2b74357e0dc0aafdee3c618b8ccaa diff --git a/docs/bugs.tex b/docs/bugs.tex index 9f0f4f0b3a..b4f502ce49 100644 --- a/docs/bugs.tex +++ b/docs/bugs.tex @@ -29,15 +29,25 @@ Regarding the kind of ticket that is open, a patch is welcome in those cases: \item new features that can be added by modifying existing OpenWrt files \end{itemize} -In order to include a patch, you need to produce 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. - Once the ticket is open, a developer will take care of it, if so, the ticket is marked 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 : -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: