diff --git a/cookiecutter.json b/cookiecutter.json index 67f6ecc..dd0a675 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -2,5 +2,6 @@ "module_name": "replace with the name of the python module", "repo_group": "openstack", "repo_name": "replace with the name for the git repo", + "launchpad_project": "replace with the name of the project on launchpad", "project_short_description": "OpenStack Boilerplate contains all the boilerplate you need to create an OpenStack package." } diff --git a/{{cookiecutter.repo_name}}/README.rst b/{{cookiecutter.repo_name}}/README.rst index 2423882..217edc8 100644 --- a/{{cookiecutter.repo_name}}/README.rst +++ b/{{cookiecutter.repo_name}}/README.rst @@ -6,6 +6,8 @@ * Free software: Apache license * Documentation: http://docs.openstack.org/developer/{{ cookiecutter.repo_name }} +* Source: http://git.openstack.org/cgit/{{cookiecutter.repo_group}}/{{ cookiecutter.repo_name }} +* Bugs: http://bugs.launchpad.net/{{cookiecutter.launchpad_project}} Features --------