From 4d6215864d931d91c938ea1b5f03df5ce82593ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Satg=C3=A9?= Date: Sun, 18 Feb 2024 16:45:20 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + .github/ISSUE_TEMPLATE/feature_request.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ad6041e..148174c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,6 +9,7 @@ assignees: johansatge _Hello! Please follow the checklist below when filling a bug report_ +- [ ] Check in the readme if the bug is linked to a documented limitation - [ ] Describe what the bug is - [ ] Paste a Markdown block that helps reproducing the described issue - [ ] Upload a screenshot with the rendered result if relevant diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 48484eb..98d57bc 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -9,6 +9,7 @@ assignees: johansatge _Hello! Please follow the checklist below when filling a feature request_ +- [ ] Check in the readme if your feature request is linked to a documented limitation - [ ] Is your feature request related to a problem? - [ ] Describe the solution you'd like - [ ] Provide a Markdown block that helps describing your request, if relevant