diff --git a/.gitea/ISSUE_TEMPLATE/bug_report.md b/.gitea/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..e69de29 diff --git a/.gitea/ISSUE_TEMPLATE/enhancement.md b/.gitea/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 0000000..5fa727d --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,44 @@ +--- +name: Enhancement +about: Improve or refine an existing feature +title: "[ENHANCEMENT] " +labels: enhancement +--- + +# Existing Feature + +What current feature or workflow is being improved? + +Example: + +- Notifications +- Scanner Login +- Release Monitor +- Printing +- Auth + +--- + +# Proposed Improvement + +Describe the improvement. + +--- + +# Expected Benefit + +Why would this improvement help? + +--- + +# Impact + +- [ ] Small +- [ ] Medium +- [ ] Large + +--- + +# Additional Notes + +Anything else worth mentioning. \ No newline at end of file diff --git a/.gitea/ISSUE_TEMPLATE/feature_request.md b/.gitea/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..e69de29