From 2e4c3f334e2b7fd0853d0e30138b120964f0c06d Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 19 Jul 2026 17:03:25 +0200 Subject: doc: add kstd task template --- .gitlab/issue_templates/kstd.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitlab/issue_templates/kstd.md (limited to '.gitlab/issue_templates/kstd.md') diff --git a/.gitlab/issue_templates/kstd.md b/.gitlab/issue_templates/kstd.md new file mode 100644 index 00000000..4b45c4e0 --- /dev/null +++ b/.gitlab/issue_templates/kstd.md @@ -0,0 +1,18 @@ +## `kstd` Work Package + +> This is a **supplementary module**, not a standalone thesis. +> It is meant to be added to a thesis whose main topic is something else on the kernel, not to be a thesis by itself, alone or combined with other kstd packages. + +### Description + + +### Acceptance criteria +- [ ] +- [ ] + +### Conventions checklist +- [ ] File layout follows `kstd/.hpp` / `.cpp` / `.tests.cpp` +- [ ] For containers: allocator-awareness handled per this container's category (node-based / excluded / transitive / intrusive ) +- [ ] Complexity guarantees documented in the header + +/label ~kstd -- cgit v1.2.3