From ef451a4f0fabd8f89737b6ba438b32b6ce12a281 Mon Sep 17 00:00:00 2001 From: Etienne Collin Date: Wed, 20 Aug 2025 00:31:33 +0000 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 10 +++++----- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8ec145a..d6fbf4a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,14 +2,17 @@ name: Bug report about: Create a report to help us improve title: '' -labels: '' -assignees: '' +labels: bug +assignees: etiennecollin --- ## Describe the bug A clear and concise description of what the bug is. +## Expected behavior +A clear and concise description of what you expected to happen. + ## Logs ``` Please put logs from the software here. Use the environment variable `BACKEND_LOG_LEVEL="debug"` to run the software. @@ -40,9 +43,6 @@ VAR2="b" - Version [e.g. 1.2.1] - Using docker image or bare-metal? -## Expected behavior -A clear and concise description of what you expected to happen. - ## Screenshots If applicable, add screenshots to help explain your problem. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7..15baa72 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,8 +2,8 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: '' -assignees: '' +labels: enhancement +assignees: etiennecollin ---