From 1f6e4d6a2e3c9c5c7547a187a690da8066b789c6 Mon Sep 17 00:00:00 2001 From: Rafi Khan Date: Sat, 24 Sep 2016 17:12:42 -0600 Subject: [PATCH] added todo file, will add more things to it as i go along --- todo.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 todo.md diff --git a/todo.md b/todo.md new file mode 100644 index 0000000..4efd9ec --- /dev/null +++ b/todo.md @@ -0,0 +1,14 @@ +# todo + +- [ ] only keep base functions in the library +- [ ] move all protocols to examples as sketches +- [ ] notation for ir protocols +- [ ] update keywords.txt +- [ ] write some documentation on library development +- [ ] write documentation for library usage +- [ ] remove documentation from source code? cleaner code +- [ ] write tutorials +- [ ] update links (library.properties) +- [ ] update travis coverage +- [ ] create a rules list for issues and prs +- [ ] create guidlines for contributions, line-endings, indentations etc. \ No newline at end of file