From dca27279cc559e4b78ff431199523df91d4da849 Mon Sep 17 00:00:00 2001 From: Bob Trahan Date: Thu, 5 Feb 2015 09:48:11 -0800 Subject: [PATCH] README update - rely on bug reporting doc and add section about community chat Summary: Saw D11693 and I thought these changes on top might make the README even better? Open for discussion. I like our bug reporting doc a lot so I don't mind funneling users through it and not mentioning the bug reporting link directly in the readme. This notably forces github users to read a bit before they report issues to us for the first time. That said, I think the community chat can be really helpful at no cost to us so why not upsell it? This could fail if people start asking for say epriestley directly and / or the overall chatter is time consuming, but seemed worth tossing out at least. Test Plan: read the text, asking opinions of cohorts Reviewers: chad, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11694 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 179bc19b99..3dc6b6fd39 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,16 @@ Phabricator is developed and maintained by [Phacility](http://phacility.com). Th **BUG REPORTS** -Please update your install to **HEAD** before filing bug reports. You can follow our [bug reporting guide](https://secure.phabricator.com/book/phabcontrib/article/bug_reports/) or and file the issue in [Maniphest](https://secure.phabricator.com/maniphest/task/create/). +Please update your install to **HEAD** before filing bug reports. Follow our [bug reporting guide](https://secure.phabricator.com/book/phabcontrib/article/bug_reports/) for complete instructions. **FEATURE REQUESTS** We're big fans of feature requests that state core problems, not just 'add this'. We've compiled a short guide to effective upstream requests [here](https://secure.phabricator.com/book/phabcontrib/article/feature_requests/). +**COMMUNITY CHAT** + +Please visit our [IRC Channel (#phabricator on FreeNode)](irc://chat.freenode.net/phabricator) to talk with other members of the Phabricator community. There might be someone there who can help you with setup issues or what image to choose for a macro. + **SECURITY ISSUES** Phabricator participates in HackerOne and may pay out for various issues reported there. You can find out more information on our [HackerOne page](https://hackerone.com/phabricator).