From f4b4b827abdc47cf3fbd32283c77dae45268602c Mon Sep 17 00:00:00 2001 From: Jordan Del Pilar Date: Sat, 11 Jul 2026 08:59:27 -0700 Subject: [PATCH] feat: Added Issue Template --- .gitea/ISSUE_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE.md diff --git a/.gitea/ISSUE_TEMPLATE.md b/.gitea/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..11575fe --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE.md @@ -0,0 +1,17 @@ +### Summary +[Brief description of the bug, feature request, or task] + +### Context +[Why is this necessary? What problem are you trying to solve? If it's a bug, what was the expected behavior vs. reality?] + +### Proposed Changes +[List the specific actions you plan to take] +- [ ] Task 1 +- [ ] Task 2 +- [ ] Task 3 + +### Verification Plan +[How will you know this is actually fixed or completed? What command or test will you run?] + +### Notes +[Any dependencies, related PRs, or configuration changes required] -- 2.54.0