diff options
author | Brad King <brad.king@kitware.com> | 2014-08-04 13:41:37 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-08-04 13:49:49 (GMT) |
commit | d4557188bb4719c81eeeefedf72bc765d7173793 (patch) | |
tree | 6d6e6c604436ec6f0da49f165a3a2f0f623da373 | |
parent | b0f6d3eb9969dc60cbbf8d151207852f88b62380 (diff) | |
download | CMake-d4557188bb4719c81eeeefedf72bc765d7173793.zip CMake-d4557188bb4719c81eeeefedf72bc765d7173793.tar.gz CMake-d4557188bb4719c81eeeefedf72bc765d7173793.tar.bz2 |
README: Add a section explaining how to report bugs
Suggested-by: Petr Bena <benapetr@gmail.com>
-rw-r--r-- | README.rst | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 ============ |