From 9b7919c5fe2f26051df74cb5bed5cd711e9a17d9 Mon Sep 17 00:00:00 2001 From: Julien Riou Date: Thu, 26 Nov 2020 09:02:42 +0100 Subject: [PATCH] Add TODO list Signed-off-by: Julien Riou --- TODO.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 TODO.txt diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..216ec9e --- /dev/null +++ b/TODO.txt @@ -0,0 +1,5 @@ +Add host and service templates to configuration file (+doc) +Factorize the template rendering functions +Use JSON schema to validate configuration file +Add pre-commit Dockerfile and a doc to easily lint the code +Add requirements.txt file