salt/doc/topics/development/reporting_bugs.rst

42 lines
1.2 KiB
ReStructuredText
Raw Normal View History

2015-02-18 16:21:04 +00:00
==============
Reporting Bugs
==============
Salt uses GitHub to track open issues and feature requests.
To file a bug, please navigate to the `new issue page for the Salt project`__.
.. __: https://github.com/saltstack/salt/issues/new
In an issue report, please include the following information:
* The output of ``salt --versions-report`` from the relevant machines. This
can also be gathered remotely by using ``salt <my_tgt>
test.versions_report``.
* A description of the problem including steps taken to cause the issue to
occur and the expected behaviour.
* Any steps taken to attempt to remediate the problem.
2016-02-04 11:54:45 +00:00
* Any configuration options set in a configuration file that may be relevant.
2015-02-18 16:21:04 +00:00
* A reproduceable test case. This may be as simple as an SLS file that
illustrates a problem or it may be a link to a repository that contains a
number of SLS files that can be used together to re-produce a problem. If
the problem is transitory, any information that can be used to try and
reproduce the problem is helpful.
* [Optional] The output of each salt component (master/minion/CLI) running
with the ``-ldebug`` flag set.
.. note::
2015-02-18 16:21:04 +00:00
Please be certain to scrub any logs or SLS files for sensitive data!