diff --git a/.gitea/ISSUE_TEMPLATE/bug_report.md b/.gitea/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..9070ce0 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug Report +about: Report something that isn't working +labels: bug +--- + +## Description + +What happened? + +## Steps to Reproduce + +1. +2. +3. + +## Expected Behavior + +What should have happened? + +## Environment + +- OS: +- SmartTools version: +- Provider: +- Docker or native install? + +## Error Output + +``` +Paste any error messages here +``` diff --git a/.gitea/ISSUE_TEMPLATE/feature_request.md b/.gitea/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..85a602d --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,21 @@ +--- +name: Feature Request +about: Suggest a new feature or improvement +labels: enhancement +--- + +## Feature Description + +A clear description of the feature you'd like to see. + +## Use Case + +Why do you need this? What problem does it solve? + +## Proposed Solution + +How do you think it should work? (optional) + +## Alternatives Considered + +Any other approaches you've thought about? (optional) diff --git a/.gitea/ISSUE_TEMPLATE/question.md b/.gitea/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..1291b8f --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/question.md @@ -0,0 +1,17 @@ +--- +name: Question +about: Ask a question about SmartTools +labels: question +--- + +## Question + +What would you like to know? + +## What I've Tried + +Any steps you've already taken to find the answer? + +## Context + +Any additional context that might help?