From 1df97a7607f26d4b5facfa6a8fdefe8c3dfbbfb0 Mon Sep 17 00:00:00 2001 From: Lukas <76838159+wolflu05@users.noreply.github.com> Date: Fri, 2 Jun 2023 08:35:17 +0200 Subject: [PATCH] Add "can reproduce" checkbox to bug template (#4953) * Added can-reproduce selection * Update bug_report.yaml * Update bug_report.yaml * Update bug_report.yaml * Update bug_report.yaml * Update bug_report.yaml * Update bug_report.yaml * Update bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index aeff58f965..63df8d40a8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -52,6 +52,13 @@ body: label: "Version Information" description: "The version info block." placeholder: "You can get this by going to the `About InvenTree` section in the upper right corner and clicking on the `copy version information` button" + - type: checkboxes + id: can-reproduce + attributes: + label: "Please verify if you can reproduce this bug on the demo site." + description: "You can sign in at [InvenTree Demo](https://demo.inventree.org) with admin:inventree. Note that this instance runs on the latest dev version, so your bug may be fixed there." + options: + - label: "I can reproduce this bug on the demo site." - type: textarea id: logs attributes: