Newer
Older
Felix Fietkau
committed
OpenWrt as an open source software opens its development to the community by
having a publicly browseable subversion repository. The Trac software which
comes along with a Subversion frontend, a Wiki and a ticket reporting system
is used as an interface between developers, users and contributors in order to
make the whole development process much easier and efficient.
Florian Fainelli
committed
Felix Fietkau
committed
We make distinction between two kinds of people within the Trac system:
Florian Fainelli
committed
\begin{itemize}
Felix Fietkau
committed
\item developers, able to report, close and fix tickets
Florian Fainelli
committed
\item reporters, able to add a comment, patch, or request ticket status
\end{itemize}
\subsubsection{Opening a ticket}
Felix Fietkau
committed
A reporter might want to open a ticket for the following reasons:
Florian Fainelli
committed
\begin{itemize}
\item a bug affects a specific hardware and/or software and needs to be fixed
\item a specific software package would be seen as part of the official OpenWrt repository
\item a feature should be added or removed from OpenWrt
\end{itemize}
Felix Fietkau
committed
Regarding the kind of ticket that is open, a patch is welcome in those cases:
Florian Fainelli
committed
\begin{itemize}
\item new package to be included in OpenWrt
\item fix for a bug that works for the reporter and has no known side effect
\item new features that can be added by modifying existing OpenWrt files
\end{itemize}
Felix Fietkau
committed
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.
Florian Fainelli
committed
\subsubsection{Closing a ticket}
Felix Fietkau
committed
A ticket might be closed by a developer because:
Florian Fainelli
committed
\begin{itemize}
\item the problem is already fixed (wontfix)
\item the problem described is not judged as valid, and comes along with an explanation why (invalid)
Felix Fietkau
committed
\item the developers know that this bug will be fixed upstream (wontfix)
Florian Fainelli
committed
\item the problem is very similar to something that has already been reported (duplicate)
Felix Fietkau
committed
\item the problem cannot be reproduced by the developers (worksforme)
Florian Fainelli
committed
\end{itemize}
At the same time, the reporter may want to get the ticket closed since he is not
Felix Fietkau
committed
longer able to trigger the bug, or found it invalid by himself.
Florian Fainelli
committed
Felix Fietkau
committed
When a ticket is closed by a developer and marked as "fixed", the comment contains
the subversion changeset which corrects the bug.