From 7a886f06cf5e4bd014531766c9a4db183cbfb136 Mon Sep 17 00:00:00 2001 From: Danny M <25923265+dannym-arx@users.noreply.github.com> Date: Sat, 7 Mar 2026 16:51:37 +0100 Subject: [PATCH] [Fix #383] issue templates (#465) --- .github/ISSUE_TEMPLATE/bug_report.md | 31 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/feature_request.md | 23 +++++++++++++++++ .github/ISSUE_TEMPLATE/other.md | 19 ++++++++++++++ 4 files changed, 74 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/other.md 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.