From 36df8b3314dfcbf8a1b5e44f6caeda95c8400a33 Mon Sep 17 00:00:00 2001
From: Dustyn Gibson <miigotu@gmail.com>
Date: Sun, 27 Sep 2015 21:47:46 -0700
Subject: [PATCH] Update readme and contributing about feathub

---
 contributing.md | 9 ++++-----
 readme.md       | 3 +++
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/contributing.md b/contributing.md
index 4ca2dc5ed..90ede8c6f 100644
--- a/contributing.md
+++ b/contributing.md
@@ -51,14 +51,14 @@ Please follow these guidelines before reporting a bug:
 
 1. **Update to the latest version** &mdash; Check if you can reproduce the issue with the latest version from the `develop` branch.
 
-2. **Use the SickRage Forums search** &mdash; check if the issue has already been reported. If it has been, please comment on the existing issue.
+2. **Use the search on sickrage-issues** &mdash; check if the issue has already been reported. If it has been, please comment on the existing issue.
 
 3. **Provide a means to reproduce the problem** &mdash; Please provide as much details as possible, e.g. SickRage log files (obfuscate apikey/passwords), browser and operating system versions, how you started SickRage, and of course the steps to reproduce the problem. Bugs are always reported in the forums.
 
 
 ### Feature requests
-
-Please follow the bug guidelines above for feature requests, i.e. update to the latest version and search for existing issues before posting a new request. You can submit Feature Requests in the [SickRage Forum](http://sickrage.tv/) as well.
+Please follow the bug guidelines above for feature requests, i.e. update to the latest version and search for existing requests on [FeatHub](http://feathub.com/SiCKRAGETV/SickRage) before posting a new request..
+[![Feature Requests](https://cloud.githubusercontent.com/assets/390379/10127973/045b3a96-6560-11e5-9b20-31a2032956b2.png)](http://feathub.com/SiCKRAGETV/SickRage)
 
 ### Pull requests
 
@@ -102,7 +102,7 @@ Please follow this process; it's the best way to get your work included in the p
    # merge upstream changes
    git merge upstream/master
    ```
-   
+
 - Make sure that your develop branch is up to date:
 
    ```bash
@@ -131,4 +131,3 @@ Please follow this process; it's the best way to get your work included in the p
 
 - [Open a Pull Request](https://help.github.com/articles/using-pull-requests) with a
     clear title and description.
-
diff --git a/readme.md b/readme.md
index 3c6d1fdb3..bf321572f 100644
--- a/readme.md
+++ b/readme.md
@@ -32,6 +32,9 @@ Automatic Video Library Manager for TV Shows. It watches for new episodes of you
 ## Dependencies
  To run SickRage from source you will need Python 2.7.x, Mako, and PyOpenSSL
 
+## Feature Requests
+[![Feature Requests](https://cloud.githubusercontent.com/assets/390379/10127973/045b3a96-6560-11e5-9b20-31a2032956b2.png)](http://feathub.com/SiCKRAGETV/SickRage)
+
 ## Forums
  Any questions or setup info your looking for can be found at out forums https://www.sickrage.tv
 
-- 
GitLab