From 6a482a65d44849209da44915c9a9c80ee003f9a2 Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Tue, 18 Oct 2016 17:09:09 -0700 Subject: [PATCH] Document our "area:" labeling convention in README.md. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 964d0ac185..395fdddd20 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,16 @@ mind: * [2016 roadmap milestone](http://zulip.readthedocs.io/en/latest/roadmap.html): The projects that are [priorities for the Zulip project](https://zulip.readthedocs.io/en/latest/roadmap.html). These are great projects if you're looking to make an impact. +Another way to find issues in Zulip is to take advantage of our +"area:" convention in separating out issues. We partition all of +our issues into areas like admin, compose, emoji, hotkeys, i18n, +onboarding, search, etc. You can see this here: + +[https://github.com/zulip/zulip/labels] + +Click on any of the "area:" labels and you will see all the tickets +related to your area of interest. + If you're excited about helping with an open issue, just post on the conversation thread that you're working on it. You're encouraged to ask questions on how to best implement or debug your changes -- the