diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..ee6256d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Report a reproducible bug or regression +title: "[Bug]: " +labels: ["bug"] +assignees: [] +--- + +## Summary + +Describe the bug clearly and concisely. + +## Steps to reproduce + +1. Go to ... +2. Click on ... +3. Observe ... + +## Expected behavior + +Describe what you expected to happen. + +## Actual behavior + +Describe what actually happened. + +## Environment + +- App version: +- OS/device: +- Additional context: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..7f0ef48 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Suggest an idea or enhancement +title: "[Feature]: " +labels: ["enhancement"] +assignees: [] +--- + +## Problem + +Describe the problem or pain point this request addresses. + +## Proposed solution + +Describe the desired behavior or feature. + +## Alternatives considered + +Describe any alternative solutions or features you considered. + +## Additional context + +Add any extra context, mockups, or examples here. diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md new file mode 100644 index 0000000..503df5c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.md @@ -0,0 +1,19 @@ +--- +name: Other +about: Ask a question or open another type of issue +title: "[Other]: " +labels: ["question"] +assignees: [] +--- + +## Context + +Describe what this issue is about. + +## Details + +Share any relevant details, links, logs, or screenshots. + +## Outcome + +Describe what kind of answer, clarification, or next step you are looking for.