From a09cb28b09b6c7e2af6eba9c5b0dc9c137f82983 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Fri, 28 Sep 2012 11:27:46 -0400 Subject: Bug 264721 - create READY state for bugs which have enough info/testcases to start work r=glob --- .../en/default/hook/pages/fields-open-status.html.tmpl | 11 +++++++++++ .../en/default/hook/pages/fields-resolutions.html.tmpl | 13 ------------- 2 files changed, 11 insertions(+), 13 deletions(-) create mode 100644 extensions/BMO/template/en/default/hook/pages/fields-open-status.html.tmpl delete mode 100644 extensions/BMO/template/en/default/hook/pages/fields-resolutions.html.tmpl (limited to 'extensions/BMO/template/en/default/hook') diff --git a/extensions/BMO/template/en/default/hook/pages/fields-open-status.html.tmpl b/extensions/BMO/template/en/default/hook/pages/fields-open-status.html.tmpl new file mode 100644 index 000000000..8f3407aa7 --- /dev/null +++ b/extensions/BMO/template/en/default/hook/pages/fields-open-status.html.tmpl @@ -0,0 +1,11 @@ +
+ [% display_value("bug_status", "READY") FILTER html %] +
+
+ This [% terms.bug %] has enough information so that the developer can + start working on a fix. The [% terms.bug %] has the required testcases, + crash data, detailed specs, etc. [% terms.Bugs %] in this state may be + accepted, and become [% display_value("bug_status", "ASSIGNED") FILTER html %], + passed on to someone else, and remain [% display_value("bug_status", "READY") FILTER html %], + or resolved and marked [% display_value("bug_status", "RESOLVED") FILTER html %]. +
diff --git a/extensions/BMO/template/en/default/hook/pages/fields-resolutions.html.tmpl b/extensions/BMO/template/en/default/hook/pages/fields-resolutions.html.tmpl deleted file mode 100644 index 4d12ab345..000000000 --- a/extensions/BMO/template/en/default/hook/pages/fields-resolutions.html.tmpl +++ /dev/null @@ -1,13 +0,0 @@ -
- [% display_value("resolution", "INCOMPLETE") FILTER html %] -
-
- The problem is vaguely described with no steps to reproduce, - or is a support request. The reporter should be directed to the - product's support page for help diagnosing the issue. If there - are only a few comments in the [% terms.bug %], it may be reopened only if - the original reporter provides more info, or confirms someone - else's steps to reproduce. If the [% terms.bug %] is long, when enough info - is provided a new [% terms.bug %] should be filed and the original [% terms.bug %] - marked as a duplicate of it. -
-- cgit v1.2.3-24-g4f1b