From c1e6669b778f16dd234821ac1784c58b0e0022c7 Mon Sep 17 00:00:00 2001 From: Daniel Bachler Date: Fri, 4 Oct 2024 17:46:14 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20add=20new=20issue=20template=20for?= =?UTF-8?q?=20cycle=20projects?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/cycle_project.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/cycle_project.md diff --git a/.github/ISSUE_TEMPLATE/cycle_project.md b/.github/ISSUE_TEMPLATE/cycle_project.md new file mode 100644 index 00000000000..7dc737b60f1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/cycle_project.md @@ -0,0 +1,23 @@ +_One sentence project summary_ + +## Motivation + +Why do we want to work on this? + +## Proposed scope + +Summarize what our solution is supposed to look like. + +**Must do** + +- [ ] Technical steps that are necessary for this project + +**Could do** + +- [ ] Nice to have steps + +** Won't do ** + +- [ ] Items we considered but that are explicitly not part of this cycle + +## Technical notes