From b0823c5f7c28aaad38e17878195c043311d42df8 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 23 May 2015 01:13:58 -0400 Subject: [PATCH] resolutions: document all the ones we use X-Gentoo-Bug: 94106 X-Gentoo-Bug-URL: https://bugs.gentoo.org/94106 --- template/en/default/pages/fields.html.tmpl | 61 +++++++++++++++++++++++++++++- 1 file changed, 60 insertions(+), 1 deletion(-) diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl index 48b09ae..02e2ef0 100644 --- a/template/en/default/pages/fields.html.tmpl +++ b/template/en/default/pages/fields.html.tmpl @@ -164,7 +164,66 @@ behavior would occur. If more information appears later, the [% terms.bug %] can be reopened. - + +
+ [% display_value("resolution", "CANTFIX") FILTER html %] +
+
+ Fixing this [% terms.bug %] is not possible, and the reasoning + should be detailed by the closer. Generally speaking, fixing the + [% terms.bug %] might be technically unfeasible, require an + extraordinary (unreasonable) amount of effort, be disallowed for + legal/social reasons, or not within bounds of the current framework. + If circumstances change later on that affect the justification, the + [% terms.bug %] can be reopened and reconsidered. +
+ +
+ [% display_value("resolution", "NEEDINFO") FILTER html %] +
+
+ Before investigation can proceed further, the reporter needs to + provide more information. This often includes clarification of + already posted details, adding missing log files, or running some + tests to help debug the situation. Once the requested information + has been provided, the [% terms.bug %] should be re-opened. This + status is frequently used when the expectation is the submitter + has disappeared and won't follow up, or to help clear out open + reports that still need triaging. +
+ +
+ [% display_value("resolution", "TEST-REQUEST") FILTER html %] +
+
+ The [% terms.bug %] is thought to be fixed, but we would like + someone who is affected to verify the fix. If the [% terms.bug %] + is not actually fixed, then the report should be reopened and more + details posted (explaining why people believe the [% terms.bug %] + is not actually fixed). +
+ +
+ [% display_value("resolution", "UPSTREAM") FILTER html %] +
+
+ The requested [% terms.bug %] is considered to be out of the purview + of the distro and should be submitted/discussed directly with the + respective upstream project. This could include a number of things + such as changing default configuration options or behavior, adding + new options or functionality, or deleting support for older systems. +
+ +
+ [% display_value("resolution", "OBSOLETE") FILTER html %] +
+
+ Due to a variety of reasons, the [% terms.bug %] as reported is no + longer relevant. It might apply to older versions of a package and + the newer versions rewrote (implicitly fixing) the related code, or + perhaps support was dropped entirely. +
+ [% Hook.process('resolution') %] -- 2.4.0