From 56b707ddf9d832164c1c1cf4fb56927c1dc87aa4 Mon Sep 17 00:00:00 2001
From: Brad King <brad.king@kitware.com>
Date: Tue, 13 Dec 2016 14:31:40 -0500
Subject: [PATCH] README: Add section about reporting bugs

Move it out of `CONTRIBUTING.rst`.
---
 CONTRIBUTING.rst | 9 ---------
 README.rst       | 8 ++++++++
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 47dffee..871b48c 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -16,14 +16,6 @@ to contribute changes directly to KWSys upstream.  Once changes are
 reviewed, tested, and integrated there then the copies of KWSys within
 dependent projects can be updated to get the changes.
 
-Issues
-======
-
-KWSys has no independent issue tracker.  After encountering an issue
-(bug) please try to submit a patch using the above instructions.
-Otherwise please report the issue to the tracker for the project that
-hosts the copy of KWSys in which the problem was found.
-
 Code Style
 ==========
 
@@ -36,7 +28,6 @@ See also the `clang-format.bash`_ script.
 .. _`.clang-format`: .clang-format
 .. _`clang-format.bash`: clang-format.bash
 
-
 License
 =======
 
diff --git a/README.rst b/README.rst
index 6a594ee..fc6b590 100644
--- a/README.rst
+++ b/README.rst
@@ -21,6 +21,14 @@ See `Copyright.txt`_ for details.
 
 .. _`Copyright.txt`: Copyright.txt
 
+Reporting Bugs
+==============
+
+KWSys has no independent issue tracker.  After encountering an issue
+(bug) please submit a patch using the instructions for `Contributing`_.
+Otherwise please report the issue to the tracker for the project that
+hosts the copy of KWSys in which the problem was found.
+
 Contributing
 ============
 
-- 
GitLab