From f619226d342b3be7c458c665cce6aab8d250cd8a Mon Sep 17 00:00:00 2001 From: Jim Rollenhagen Date: Fri, 18 Nov 2016 06:12:34 -0500 Subject: [PATCH] Use launchpad_project in CONTRIBUTING.rst This template has an option for launchpad project, but it is not used in CONTRIBUTING.rst. Fix that. Change-Id: I60d9b79eea7d9ad57b26bdc24f8cb02d3f2a1ccd --- {{cookiecutter.repo_name}}/CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.repo_name}}/CONTRIBUTING.rst b/{{cookiecutter.repo_name}}/CONTRIBUTING.rst index 04f140b..8a5bf3d 100644 --- a/{{cookiecutter.repo_name}}/CONTRIBUTING.rst +++ b/{{cookiecutter.repo_name}}/CONTRIBUTING.rst @@ -14,4 +14,4 @@ Pull requests submitted through GitHub will be ignored. Bugs should be filed on Launchpad, not GitHub: - https://bugs.launchpad.net/{{ cookiecutter.repo_name }} + https://bugs.launchpad.net/{{ cookiecutter.launchpad_project }}