From 52dbcdb701d4d88700bbbbc46ec79243f745d371 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 11 Oct 2019 14:21:46 +0200 Subject: [PATCH] add readme explaining the purpose of this directory --- docs/features/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/features/README.md diff --git a/docs/features/README.md b/docs/features/README.md new file mode 100644 index 0000000000..05a38f029b --- /dev/null +++ b/docs/features/README.md @@ -0,0 +1,6 @@ +# Feature documention + +The idea of this folder is to document the features we support in different parts of the app. +In case anyone needs to work on a given part, and isn't aware of all the features in the area, +they will hopefully get an idea for all the supported functionality to know what to take into account +when making changes.