(hotness) Tighten up that bug template.

This commit is contained in:
Ralph Bean 2015-02-18 01:08:44 +00:00
parent a47d5951e2
commit 02dc5b3332

View file

@ -3,20 +3,12 @@ import socket
hostname = socket.gethostname().split('.', 1)[0]
description_template = """Latest upstream release: %(latest_upstream)s
Current version/release in %(repo_name)s: %(repo_version)s-%(repo_release)s
URL: %(url)s
Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy
Please consult the package updates policy before you
issue an update to a stable branch:
https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
%(explanation_url)s
More information about the service that created this bug can be found at: %(explanation_url)s
"""
config = {