aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-31 04:42:13 +0100
committerMichał Górny <mgorny@gentoo.org>2019-10-31 04:42:13 +0100
commita1c661884709ee728a24acd336fb770b90d06893 (patch)
treede1351f709c18f349a6fa95035a2d9d7c53264cb
parentRevert "Try reenabling SecureMail" (diff)
downloadbugzilla-a1c661884709ee728a24acd336fb770b90d06893.tar.gz
bugzilla-a1c661884709ee728a24acd336fb770b90d06893.tar.bz2
bugzilla-a1c661884709ee728a24acd336fb770b90d06893.zip
attachment: Add a note about file read permissions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--template/en/default/attachment/createformcontents.html.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/attachment/createformcontents.html.tmpl b/template/en/default/attachment/createformcontents.html.tmpl
index a12dee82d..e38ab27a9 100644
--- a/template/en/default/attachment/createformcontents.html.tmpl
+++ b/template/en/default/attachment/createformcontents.html.tmpl
@@ -11,6 +11,7 @@
<tr>
<td class="comment" colspan="2">
<ol>
+ <li>Make sure that your user has permissions to read the file you are trying to attach. If you don't, you will most likel get a confusing error message.</li>
<li>Please attach build logs and other informational files as <em>plain text</em>. If build log is larger than [% max_limit FILTER html %] KB, please compress it using compression tool such as bzip2 or xz (<em>without</em> tar).</li>
<li>Patches, ebuilds and other copyrightable files meant for integration must conform to the Gentoo <a rel='external' href='https://www.gentoo.org/glep/glep-0076.html'>copyright policy</a>. Such conformance must be explicitly acknowledged through <a rel='external' href='https://www.gentoo.org/glep/glep-0076.html#certificate-of-origin'>GCO</a> sign-off, confirmed with <em>your real name</em>.</li>
<li>Please attach ebuild updates and new packages preferably as git-format patches with explanatory commit messages (see: <a rel='external' href='https://www.gentoo.org/glep/glep-0066.html'>GLEP 66</a>) and a GCO sign-off. Alternatively, please include the sign-off in a comment when attaching non-patch format files.</li>