summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2014-07-24 08:00:28 +0200
committerByron Jones <glob@mozilla.com>2014-07-24 08:00:28 +0200
commit779e5ad8ea96a95fd4e8ee25c09f493dc6b09696 (patch)
treeb0bc3f5929f9a0c980aa8d060cedb2ceb9df0689 /extensions
parent39a5ff617220a585637e9e9870b9d477e9c47c73 (diff)
downloadbugzilla-779e5ad8ea96a95fd4e8ee25c09f493dc6b09696.tar.gz
bugzilla-779e5ad8ea96a95fd4e8ee25c09f493dc6b09696.tar.xz
Bug 264721: create READY state for bugs which have enough info/testcases to start work
Diffstat (limited to 'extensions')
-rw-r--r--extensions/BMO/template/en/default/hook/pages/fields-open-status.html.tmpl11
1 files changed, 0 insertions, 11 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
deleted file mode 100644
index 8f3407aa7..000000000
--- a/extensions/BMO/template/en/default/hook/pages/fields-open-status.html.tmpl
+++ /dev/null
@@ -1,11 +0,0 @@
-<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>