Files
1957b7e8f05c7fbad42f78b61799b67d6d80ae88
openstack-ansible-os_tempest /CONTRIBUTING.rst

102 lines
3.0 KiB
ReStructuredText
Raw Normal View History

=================
:category: \*nix
Filing Bugs
-----------
criteria are met:
* The description clearly states or describes the original problem or root
cause of the problem.
* Any relevant logs are included.
access to web services/sites should not be needed.
Submitting Code
---------------
following the workflow documented at:
http://docs.openstack.org/infra/manual/developers.html#development-workflow
regard.
Extra
-----
Tags:
'\<release\>-backport-potential' tag (eg ``juno-backport-potential``).
There are predefined tags that will autocomplete.
Status:
Please leave this alone, it should be New till someone triages the issue.
Importance:
set to High, and only use Critical if you have found a bug that can take
down whole infrastructures.
Style guide
-----------
the YAML dictionary format.
Example YAML dictionary format:
.. code-block:: yaml
- name: The name of the tasks
module_name:
thing1: "some-stuff"
thing2: "some-other-stuff"
tags:
- some-tag
- some-other-tag
Example **NOT** in YAML dictionary format:
.. code-block:: yaml
- name: The name of the tasks
module_name: thing1="some-stuff" thing2="some-other-stuff"
tags:
- some-tag
- some-other-tag
and command modules such as the ansible ``shell`` module.
Issues
------
criteria are met:
* The description clearly states or describes the original problem or root
cause of the problem.
* Any relevant logs are included.
add the 'backport potential' tag TO THE ISSUE (not the PR).
* The provided information should be totally self-contained. External
access to web services/sites should not be needed.
* Steps to reproduce the problem if possible.