From 10e87b3a9b7f511cc332ac4a0b3463da62b6c3d1 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Fri, 14 Jul 2017 14:08:50 -0400 Subject: [PATCH] fix channel name, add additional info Changed #bugs to #help Re-wording Add lbry-app repo link --- content/faq/how-to-report-bugs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/faq/how-to-report-bugs.md b/content/faq/how-to-report-bugs.md index 56a4df48..d89cdac9 100644 --- a/content/faq/how-to-report-bugs.md +++ b/content/faq/how-to-report-bugs.md @@ -3,8 +3,8 @@ title: How do I get help or report a bug? category: setup --- -For live help, please join [our chat](https://slack.lbry.io) and in channel #bugs post a note with what exactly is going on (details please!). +For live help or to report a bug, please join [our chat](https://slack.lbry.io) and in the #help channel, post a detailed message with the issue you are experiencing. The more information you can provide, the better we can support! -To report a bug (and assuming you're using the UI) click Help, then click the Send Us a Bug Report link. +To report a bug via the LBRY App, go to Help from the menu bar and then click the "Submit a Bug Report" button. -If you're a developer or technical, you're welcome to open an issue [directly on GitHub](https://github.com/lbryio/lbry/issues). +If you're a developer or technical, you're welcome to open an issue directly on GitHub - [Daemon related](https://github.com/lbryio/lbry/issues) or [Application related](https://github.com/lbryio/lbry-app/issues). Please do a quick search in both repositories to see if a similar issue already exists.