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]