Merge topic 'readme-link-to-issue-tracker'

d4557188 README: Add a section explaining how to report bugs
This commit is contained in:
Brad King 2014-08-05 09:22:26 -04:00 committed by CMake Topic Stage
commit a67b635394
1 changed files with 16 additions and 0 deletions

View File

@ -75,6 +75,22 @@ For instructions how to do this, see documentation on `Running CMake`_.
.. _`Running CMake`: http://www.cmake.org/cmake/help/runningcmake.html
Reporting Bugs
==============
If you have found a bug:
1. If you have a patch, please read the `CONTRIBUTING.rst`_ document.
2. Otherwise, please join the the `CMake Users List`_ and ask about
the expected and observed behaviors to determine if it is really
a bug.
3. Finally, if the issue is not resolved by the above steps, open
an entry in the `CMake Issue Tracker`_.
.. _`CMake Issue Tracker`: http://www.cmake.org/Bug
Contributing
============