From 7dda39a89e90e2d8a88b5b6546d07b4fbc8dcb09 Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Wed, 28 Aug 2024 14:58:10 +0200 Subject: [PATCH] Simplify our bug reporting form (#13695) The two additional boxes for "additional context" and screenshots may be somewhat redundant to the primary `Steps to reproduce`. Sadly folks are already a bit lazy with the core task of providing a succinct reproducing example. Having additional fields may not actually improve the quality and lead to waffling or if left empty some deadspace to scroll past. --- .github/ISSUE_TEMPLATE/bug_report.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 33e3e6ec1d..7003641a06 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -13,7 +13,7 @@ body: id: repro attributes: label: How to reproduce - description: Steps to reproduce the behavior + description: Steps to reproduce the behavior (including succinct code examples or screenshots of the observed behavior) placeholder: | 1. 2. @@ -28,13 +28,6 @@ body: placeholder: I expected nu to... validations: required: true - - type: textarea - id: screenshots - attributes: - label: Screenshots - description: Please add any relevant screenshots here, if any - validations: - required: false - type: textarea id: config attributes: @@ -55,10 +48,3 @@ body: | installed_plugins | binaryview, chart bar, chart line, fetch, from bson, from sqlite, inc, match, post, ps, query json, s3, selector, start, sys, textview, to bson, to sqlite, tree, xpath | validations: required: true - - type: textarea - id: context - attributes: - label: Additional context - description: Add any other context about the problem here. - validations: - required: false