Add insentive to write a long description

Again, again and again, new projects are released without a long
description, which makes the lives of distribution package
maintainers miserable. This patch intends to help to fix that.

Change-Id: I9cdd9dd142153cf2d2f7d5122ed0c22f09a97ea6
This commit is contained in:
Thomas Goirand 2015-07-01 00:36:06 +02:00
parent 07fa3fad30
commit 7651f6466e
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ oslo.{{ cookiecutter.module_name }}
{{ cookiecutter.project_short_description}}
Please feel here a long description which must be at least 3 lines wrapped on
80 cols, so that distribution package maintainers can use it in their packages.
Note that this is a hard requirement.
* Free software: Apache license
* Documentation: http://docs.openstack.org/developer/oslo.{{ cookiecutter.module_name }}
* Source: http://git.openstack.org/cgit/openstack/oslo.{{ cookiecutter.module_name }}