aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2026-01-01 22:23:32 +0000
committerAlexander Ziaee <ziaee@FreeBSD.org>2026-01-01 22:24:16 +0000
commitfc65ed9d5ea960ddcbf55570dd073cce19fcca13 (patch)
tree1f12dd07d9066500a5a40fe24ec89f52f2308fdc
parent0711230e75c63f5895975af0ed81920c3b6711d8 (diff)
Pr-Guidelines article: Note stale content
While this Article is being rewritten, warn about stale content. Reviewed by: imp, lwhsu, pauamma (previous), ziaee Differential Revision: https://reviews.freebsd.org/D53779
-rw-r--r--documentation/content/en/articles/pr-guidelines/_index.adoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/content/en/articles/pr-guidelines/_index.adoc b/documentation/content/en/articles/pr-guidelines/_index.adoc
index dcd8579923..43e8e7f307 100644
--- a/documentation/content/en/articles/pr-guidelines/_index.adoc
+++ b/documentation/content/en/articles/pr-guidelines/_index.adoc
@@ -64,6 +64,10 @@ Note: in this Article, the term "PR" means "Bugzilla Problem Report".
[[pr-lifecycle]]
== Problem Report Life-cycle
+[NOTE]
+====
+This section is obsolete and being rewritten as of January 2026.
+====
* The Reporter submits a bug report on the website. The bug is in the `Needs Triage` state.
* Jane Random BugBuster confirms that the bug report has sufficient information to be reproducible. If not, she goes back and forth with the reporter to obtain the needed information. At this point the bug is set to the `Open` state.
* Joe Random Committer takes interest in the report and assigns it to himself, or Jane Random BugBuster decides that Joe is best suited to handle it and assigns it to him. The bug should be set to the `In Discussion` state.
@@ -81,6 +85,10 @@ If the problem contained within cannot be solved, or has occurred again, it is n
[[pr-states]]
== Problem Report State
+[NOTE]
+====
+This section is obsolete and being rewritten as of January 2026.
+====
It is important to update the state of a Problem Report when certain actions are taken.
The state should accurately reflect the current state of work on the issue.