diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-10-25 17:02:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-12-01 12:52:06 +0100 |
commit | 4c97db6dec7d51c7c1bcdef6e8798a1741051b3f (patch) | |
tree | 9e02284bc9710893e5747fe109dcac81260c9617 | |
parent | Try hiding 'version' field (diff) | |
download | bugzilla-4c97db6dec7d51c7c1bcdef6e8798a1741051b3f.tar.gz bugzilla-4c97db6dec7d51c7c1bcdef6e8798a1741051b3f.tar.bz2 bugzilla-4c97db6dec7d51c7c1bcdef6e8798a1741051b3f.zip |
Add notification about GLEP 76 and some more attachment tipsgentoo-5.0.4.5
Bug: https://bugs.gentoo.org/668368
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | template/en/default/attachment/createformcontents.html.tmpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/template/en/default/attachment/createformcontents.html.tmpl b/template/en/default/attachment/createformcontents.html.tmpl index c7963712e..a12dee82d 100644 --- a/template/en/default/attachment/createformcontents.html.tmpl +++ b/template/en/default/attachment/createformcontents.html.tmpl @@ -8,6 +8,15 @@ [% max_local = Param('maxlocalattachment') * 1024 %] [% max_limit = Param('maxattachmentsize')> max_local ? Param('maxattachmentsize') : max_local %] +<tr> + <td class="comment" colspan="2"> + <ol> + <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> + </ol> + </td> +</tr> <tr class="attachment_data"> <th><label for="data">File</label>:</th> <td> |