cookiecutter/{{cookiecutter.repo_name}}/CONTRIBUTING.rst
Luigi Toscano 69ae03c0d2 Fix links formatting for the contributing documentation
Ensure that
- the URLs shown on a single line are properly aligned (3 spaces);
- bug tracking URLs are rendered on their own separate line,
  removing the space chomping Jinja operators around the
  expressions.

Change-Id: Ice9b73e6e42071b954a9b8058ab34799ee6cce89
2020-03-05 10:22:53 +01:00

923 B

The source repository for this project can be found at:

https://opendev.org/{{ cookiecutter.repo_group }}/{{ cookiecutter.repo_name }}

Pull requests submitted through GitHub are not monitored.

To start contributing to OpenStack, follow the steps in the contribution guide to set up and use Gerrit:

https://docs.openstack.org/contributors/code-and-documentation/quick-start.html

Bugs should be filed on {{ cookiecutter.bug_tracker }}:

{% if cookiecutter.bug_tracker == 'Launchpad' -%}

https://bugs.launchpad.net/{{ cookiecutter.bug_project }}

{%- elif cookiecutter.bug_tracker == 'Storyboard' -%}

https://storyboard.openstack.org/#!/project/{{ cookiecutter.bug_project }}

{%- endif %}

For more specific information about contributing to this repository, see the {{ cookiecutter.service }} contributor guide:

https://docs.openstack.org/{{ cookiecutter.repo_name }}/latest/contributor/contributing.html