summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/hook/pages/fields-open-status.html.tmpl
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-09-28 17:27:46 +0200
committerDave Lawrence <dlawrence@mozilla.com>2012-09-28 17:27:46 +0200
commita09cb28b09b6c7e2af6eba9c5b0dc9c137f82983 (patch)
tree577117388981bfb82be7bbd713d9528965160e0a /extensions/BMO/template/en/default/hook/pages/fields-open-status.html.tmpl
parent3700f44dcd4fddb7798619451275b05f12a99032 (diff)
downloadbugzilla-a09cb28b09b6c7e2af6eba9c5b0dc9c137f82983.tar.gz
bugzilla-a09cb28b09b6c7e2af6eba9c5b0dc9c137f82983.tar.xz
Bug 264721 - create READY state for bugs which have enough info/testcases to start work
r=glob
Diffstat (limited to 'extensions/BMO/template/en/default/hook/pages/fields-open-status.html.tmpl')
-rw-r--r--extensions/BMO/template/en/default/hook/pages/fields-open-status.html.tmpl11
1 files changed, 11 insertions, 0 deletions
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 @@
+<dt>
+ <b>[% display_value("bug_status", "READY") FILTER html %]</b>
+</dt>
+<dd>
+ 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 <b>[% display_value("bug_status", "ASSIGNED") FILTER html %]</b>,
+ passed on to someone else, and remain <b>[% display_value("bug_status", "READY") FILTER html %]</b>,
+ or resolved and marked <b>[% display_value("bug_status", "RESOLVED") FILTER html %]</b>.
+</dd>