From 757db4cabab88f692b7dc3ee06e9e3b7b0c58cf7 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Thu, 31 Oct 2024 16:16:59 -0400 Subject: chp2 continues --- templates/Timesheet-Template.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 templates/Timesheet-Template.md (limited to 'templates/Timesheet-Template.md') diff --git a/templates/Timesheet-Template.md b/templates/Timesheet-Template.md new file mode 100644 index 0000000..bc4933d --- /dev/null +++ b/templates/Timesheet-Template.md @@ -0,0 +1,30 @@ +Hours: `= sum(this.hours)` + +## Saturday - [hours:: 0] + +## Sunday - [hours:: 0] + +## Monday - [hours:: 0] + +### (project:: PROJECT-0000) +- note 1 + +## Tuesday - [hours:: 0] + +### (project:: PROJECT-0000) +- note 1 + +## Wednesday - [hours:: 0] + +### (project:: PROJECT-0000) +- note 1 + +## Thursday - [hours:: 0] + +### (project:: PROJECT-0000) +- note 1 + +## Friday - [hours:: 0] + +### (project:: PROJECT-0000) +- note 1 \ No newline at end of file -- cgit v1.2.3