From 3af8290d71694ed2812f09df62fd2a41bde448eb Mon Sep 17 00:00:00 2001
From: Krisjanis Rijnieks <krisjanis.rijnieks@gmail.com>
Date: Sun, 21 Jun 2020 22:39:49 +0300
Subject: [PATCH] Update README.md with more info about what is being done

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c36ff15..b981a57 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,8 @@ This library (should) cover all the electronics components found in the official
 
 ## On-Going TODO
 
-**Check symbols and remove duplicates**
+**Check symbols and remove duplicates**  
+Add symbols with names that make sense, try to follow and come up with a Fab naming convention. Every symbol entry in `fab.lib` should have a corresponding description in the `fab.dcm` file. That makes it easier for the KiCad search to look for parts. At this point try to match to [KiCad Library Convention](https://kicad-pcb.org/libraries/klc/) as much as possible. More to follow as next big step.
 
 - [x] Resistor
 - [x] Potentiometer
-- 
GitLab