From 89b577c88dd3b1879f77c747c6a00c3be55d2598 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Fri, 24 Oct 2014 06:30:15 -0700 Subject: [PATCH] docs(contributing): add notes on directory layout --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c780cbb..9f74fb7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,6 +13,11 @@ This document describes how to contribute to Batarang ## Running the tests +## Layout + +The `panel` directory contains... +`panel/components` contains self-contained directives and services. + ## Testing Batarang manually