]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
devguide: add section about stale tickets policy
authorJuliana Fajardini <jufajardini@oisf.net>
Tue, 11 Oct 2022 23:44:52 +0000 (20:44 -0300)
committerVictor Julien <vjulien@oisf.net>
Thu, 13 Oct 2022 09:25:42 +0000 (11:25 +0200)
Just to set the right expectations, and to have it registered for us,
too.

doc/userguide/devguide/codebase/contributing/contribution-process.rst

index dcbc86557f11a5c7217c3a48070197e68d548a0d..cac1cae2eadd1158db9eac14501b29eb8118ee3f 100644 (file)
@@ -132,6 +132,20 @@ crates) those will also be optional and disabled by default.
 * keeping it up to date
 * offering end-user support via forum and/or Discord chat
 
+.. _stale-tickets-policy:
+
+Stale tickets policy
+====================
+
+We understand that people's availability and interested to volunteer their time
+to our project may change. Therefore, to prevent tickets going stale (not worked
+on), and issues going unsolved for a long time, we have a policy to unclaim
+tickets if there are no contribution updates within 6 months.
+
+If you claim a ticket and later on find out that you won't be able to work on
+it, it is also appreciated if you inform that to us in the ticket and unclaim
+it, so everyone knows that work is still open and waiting to be done.
+
 .. _what-branch-to-work-on:
 
 What branch to work on