From 50ef0c41ba25444b5cbb26d6e72a62146d174838 Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Thu, 17 May 2018 13:44:04 +0200 Subject: [PATCH] add a TODO file --- 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..57d9ed0 --- /dev/null +++ b/TODO.md @@ -0,0 +1,14 @@ +# skulls - TODO list + +## the random list +* make it easy to install HEADS, probably a helper script and documentation +* add scripts to build a release reproducibly +* find legal information on Intel's VGA bios binary +* create a logo for the project +* add support for the X1 carbon, 1st generation + +## why this list +While we use [Github issue](https://github.com/merge/skulls/issues) for tracking +TODOs, we want to be somewhat independent of Github. The main repository is +mirrored to [Gitlab](https://gitlab.com/skulls/skulls) for example. +This should hold a summary of high-level things that we want to do.