aboutsummaryrefslogtreecommitdiff
path: root/mingling_ci/tmpls/task_section.md
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_ci/tmpls/task_section.md')
-rw-r--r--mingling_ci/tmpls/task_section.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/mingling_ci/tmpls/task_section.md b/mingling_ci/tmpls/task_section.md
new file mode 100644
index 0000000..78c9801
--- /dev/null
+++ b/mingling_ci/tmpls/task_section.md
@@ -0,0 +1,18 @@
+## Task: <<<task_name>>>
+
+| Item-Name | Location | PASS (Windows) | PASS (Linux) | PASS (Mac OS) |
+| ----------- | -------- | -------------- | ------------ | ------------- |
+>>>>>>>>>> rows
+@@@ >>> rows
+| <<<item_name>>> | <<<location>>> | <<<pass_win>>> | <<<pass_linux>>> | <<<pass_mac>>> |
+@@@ <<<
+
+>>>>>>>>>> fails
+@@@ >>> fails
+### Fail: <<<item_name>>>
+
+```stdout
+<<<stdout>>>
+```
+
+@@@ <<<