diff --git a/cookiecutter.json b/cookiecutter.json index 3214c3b..7e8c14e 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -3,7 +3,7 @@ "service": "replace with the service it implements", "repo_group": "openstack", "repo_name": "replace with the name for the git repo", - "bug_tracker": ['Launchpad', 'Storyboard'], + "bug_tracker": ["Launchpad", "Storyboard"], "bug_project": "replace with the name of the project on Launchpad or the ID from Storyboard", "project_short_description": "OpenStack Boilerplate contains all the boilerplate you need to create an OpenStack package." } diff --git a/{{cookiecutter.repo_name}}/CONTRIBUTING.rst b/{{cookiecutter.repo_name}}/CONTRIBUTING.rst index 0a7c263..86b0c18 100644 --- a/{{cookiecutter.repo_name}}/CONTRIBUTING.rst +++ b/{{cookiecutter.repo_name}}/CONTRIBUTING.rst @@ -12,7 +12,7 @@ submitted for review via the Gerrit tool: Pull requests submitted through GitHub will be ignored. -Bugs should be filed on {{ cookiebutter.bug_tracker }} +Bugs should be filed on {{ cookiecutter.bug_tracker }} {%- if cookiecutter.bug_tracker == 'Launchpad' -%} https://bugs.launchpad.net/{{ cookiecutter.bug_project }}