From 1e7904b8b372f4d55f1646543a997a0f2f97bb4b Mon Sep 17 00:00:00 2001 From: Wouter Horlings Date: Mon, 20 Apr 2020 15:45:16 +0200 Subject: [PATCH] Initial Commit --- .gitlab/issue_templates/Default Step.md | 18 ++++++++++++++++++ README.md | 5 +++++ 2 files changed, 23 insertions(+) create mode 100644 .gitlab/issue_templates/Default Step.md create mode 100644 README.md diff --git a/.gitlab/issue_templates/Default Step.md b/.gitlab/issue_templates/Default Step.md new file mode 100644 index 0000000..2b56a27 --- /dev/null +++ b/.gitlab/issue_templates/Default Step.md @@ -0,0 +1,18 @@ +# Step (name) + +## Description + +( Describe the step briefly ) + +- [ ] Finish previous step +- [ ] Set deadline +- [ ] Create separate branch +- [ ] Answer prestep evaluation questions +- [ ] Design/implement hardware according to the design method +- [ ] Test design/implementation +- [ ] Evaluate design method step + - [ ] Answer post step questions + - [ ] Answer method questions + - [ ] Write short report on step implementation +- [ ] Create merge request +- [ ] Merge branch with Master diff --git a/README.md b/README.md new file mode 100644 index 0000000..ffc91aa --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Master Assignment Hardware Development + +This repository contains the design and model files for the hardware development to test a design method. +The design consists of specific steps, which will be covered by a separate issue each. +