From 9b1bd352e5fab6cd12de1446372b5e84ba9c29b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Arzel?= Date: Tue, 13 Feb 2024 13:36:28 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 6 ++++-- .github/ISSUE_TEMPLATE/feature_request.md | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4e4aac51..27d51502 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,9 +3,11 @@ name: Bug report about: Create a report to help us improve title: '' labels: bug -assignees: '' +assignees: myst6re + --- -**PLEASE NOTE:** Before create a new issue, please check if your bug exists with [https://github.com/myst6re/makoureactor/releases/tag/continuous](the last unstable version). + +**PLEASE NOTE:** Before create a new issue, please check if your bug exists with the last unstable version (https://github.com/myst6re/makoureactor/releases/tag/continuous). **Describe the bug** A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 8265f4cf..de864fc5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,8 +3,10 @@ name: Feature request about: Suggest an idea for this project title: '' labels: enhancement -assignees: '' +assignees: myst6re + --- + **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]