From 4c97db6dec7d51c7c1bcdef6e8798a1741051b3f Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 25 Oct 2018 17:02:37 +0200 Subject: Add notification about GLEP 76 and some more attachment tips MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/668368 Signed-off-by: Michał Górny --- template/en/default/attachment/createformcontents.html.tmpl | 9 +++++++++ 1 file changed, 9 insertions(+) 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 %] + + +
    +
  1. Please attach build logs and other informational files as plain text. If build log is larger than [% max_limit FILTER html %] KB, please compress it using compression tool such as bzip2 or xz (without tar).
  2. +
  3. Patches, ebuilds and other copyrightable files meant for integration must conform to the Gentoo copyright policy. Such conformance must be explicitly acknowledged through GCO sign-off, confirmed with your real name.
  4. +
  5. Please attach ebuild updates and new packages preferably as git-format patches with explanatory commit messages (see: GLEP 66) and a GCO sign-off. Alternatively, please include the sign-off in a comment when attaching non-patch format files.
  6. +
+ + : -- cgit v1.2.3-65-gdbad