diff options
author | Minsoo Choo <minsoochoo0122@proton.me> | 2023-11-26 10:54:27 +0000 |
---|---|---|
committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-11-26 10:54:27 +0000 |
commit | 2921c5a6a99997ab3acc637e05f9ab44de6001fa (patch) | |
tree | 07c21a57205b9f4accbc94332b2f5c24b4429849 | |
parent | f7eb8f0d4ba6c7fb98ce851ca1873251bc7b368d (diff) |
Website - Bugreports: PR starts in the new state
PR: 274342
Differential Revision: https://reviews.freebsd.org/D42770
-rw-r--r-- | website/content/en/support/bugreports.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/content/en/support/bugreports.adoc b/website/content/en/support/bugreports.adoc index e125ef5e6f..f9bbd66efe 100644 --- a/website/content/en/support/bugreports.adoc +++ b/website/content/en/support/bugreports.adoc @@ -14,7 +14,7 @@ include::shared/en/urls.adoc[] A problem report, or _PR_, can be about any component of FreeBSD, including problems with the operating system programs, a mistake in the documentation, or a new feature that the submitter wishes to see incorporated. -Problem reports begin in the _open_ state, and are closed when the issue is resolved. A numeric ID is assigned to each PR for tracking. Many FreeBSD changes refer to the PR number that prompted the change. +Problem reports begin in the _new_ state, and are closed when the issue is resolved. A numeric ID is assigned to each PR for tracking. Many FreeBSD changes refer to the PR number that prompted the change. == How to Submit a Problem Report |