Add src and bug links to README

Add links to the source repository and bug tracker to the README.

Change-Id: I845c690bd3100ad96d7101dcba11d5833184352a
This commit is contained in:
Doug Hellmann 2014-02-24 08:28:41 -08:00
parent 39b98b7862
commit 2c376b81d9
2 changed files with 3 additions and 0 deletions

View File

@ -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."
}

View File

@ -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
--------