From 4ba2f4d6d11bf88b7d02f6115782e079f554434f Mon Sep 17 00:00:00 2001 From: Hira Barton Date: Sun, 3 Aug 2025 09:10:02 +0000 Subject: [PATCH] Add .gitea/ISSUE_TEMPLATE/*.md chore: add issue templates --- .gitea/ISSUE_TEMPLATE/tutorial.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/tutorial.md diff --git a/.gitea/ISSUE_TEMPLATE/tutorial.md b/.gitea/ISSUE_TEMPLATE/tutorial.md new file mode 100644 index 0000000..f8cf167 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/tutorial.md @@ -0,0 +1,13 @@ +## Summary +Tutorial title / what to build. + +## Tasks +- [ ] Outline steps +- [ ] Code sample(s) +- [ ] Screens / GIFs + +## Acceptance +Copy/paste runnable; style matches repo. + +**Labels**: type: tutorial, priority: P2 +**Project**: Roadmap → Backlog