From 48a6a75aee2da1857730f803834a5d81023028ae Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Mon, 19 Sep 2022 15:24:55 +0800 Subject: [PATCH] added template module string --- csst_common/data/module_header.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 csst_common/data/module_header.txt diff --git a/csst_common/data/module_header.txt b/csst_common/data/module_header.txt new file mode 100644 index 0000000..6557c62 --- /dev/null +++ b/csst_common/data/module_header.txt @@ -0,0 +1,8 @@ +Identifier: KSC-{identifier}-{file_path} +Name: {file_name} +Description: {description} +Author: {author} +Created: {date} +Modified-History: + {date}, {author}, created + {date}, {author}, fixed a bug -- GitLab