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