Autofill bug tracker link in contributor docs

Change-Id: Idb1385f9e5a679ca7fa473ad9e2b3c7f7d6da215
This commit is contained in:
Zane Bitter 2020-02-19 12:13:34 -05:00
parent 69ae03c0d2
commit abf425e3d0
1 changed files with 8 additions and 2 deletions

View File

@ -53,8 +53,14 @@ Reporting a Bug
.. Pretty self explanatory section, link directly to where people should report
bugs for your project.
You found an issue and want to make sure we are aware of it? You can do so
$HERE.
You found an issue and want to make sure we are aware of it? You can do so on
{% if cookiecutter.bug_tracker == 'Launchpad' -%}
`Launchpad
<https://bugs.launchpad.net/{{ cookiecutter.bug_project }}>`_.
{%- elif cookiecutter.bug_tracker == 'Storyboard' -%}
`Storyboard
<https://storyboard.openstack.org/#!/project/{{ cookiecutter.bug_project }}>`_.
{%- endif %}
Getting Your Patch Merged
~~~~~~~~~~~~~~~~~~~~~~~~~