summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extensions/BMO/template/en/default/bug/create/create-recruiting.html.tmpl10
1 files changed, 8 insertions, 2 deletions
diff --git a/extensions/BMO/template/en/default/bug/create/create-recruiting.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-recruiting.html.tmpl
index 4a5951665..cac19e0b5 100644
--- a/extensions/BMO/template/en/default/bug/create/create-recruiting.html.tmpl
+++ b/extensions/BMO/template/en/default/bug/create/create-recruiting.html.tmpl
@@ -252,7 +252,10 @@ function jobDescToggle(what) {
<td>
<em>Please upload a draft of the Job Description you would like to be associated with this requisition
(or <a href="javascript:jobDescToggle('text')">paste text as attachment</a>).</em><br>
- <input type="file" id="data" name="data" size="60">
+ <input type="file" id="data" name="data" size="60"><br>
+ <em>For job description formatting guidelines and help writing your job description please read the
+ <a href="https://mana.mozilla.org/wiki/display/globalstaffing/Best+Practices+Guide%3A+Writing+Job+Descriptions"
+ target="_blank">Best Practices Guide</a>.</em>
</td>
</tr>
@@ -263,7 +266,10 @@ function jobDescToggle(what) {
<td>
<em>Please copy/paste a draft of the Job Description you would like to be associated with this requisition
(or <a href="javascript:jobDescToggle('file')">attach a file</a>).</em><br>
- <textarea id="attach_text" name="attach_text" cols="60" rows="4"></textarea>
+ <textarea id="attach_text" name="attach_text" cols="60" rows="4"></textarea><br>
+ <em>For job description formatting guidelines and help writing your job description please read the
+ <a href="https://mana.mozilla.org/wiki/display/globalstaffing/Best+Practices+Guide%3A+Writing+Job+Descriptions"
+ target="_blank">Best Practices Guide</a>.</em>
</td>
</tr>