Fixed two issues regarding cookiecutter template

- cookiecutter.json was using single quotes which is not JSON valid
- there was a typo in CONTRIBUTING.rst:
   "cookiebutter" instead of "cookiecutter"

Change-Id: I102b31b8152d2c9f2af8bbd3fca555eae50b3b42
This commit is contained in:
v-francoise 2018-06-02 13:39:22 +02:00 committed by v-francoise
parent 4f9fc77118
commit f364eaf18b
2 changed files with 2 additions and 2 deletions

View File

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

View File

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