From 1ecff890f004019632e68d5428c478f5241ad812 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Tue, 15 Apr 2025 20:49:18 +0530 Subject: [PATCH] [meta] Ask for last known version --- .github/ISSUE_TEMPLATE/bug_report.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b431a08f6c..6bb853b994 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -26,6 +26,20 @@ body: label: Version description: The version can be seen at the bottom of settings. placeholder: e.g. v1.2.3 + - type: input + attributes: + label: Last working version + description: > + The version where the feature was last known to be working. It is + fine if you don't remember the exact version (mention roughly + then), but if there just isn't a last known working version, then + it is likely that what is being reported is not an issue but a + feature request. The difference between the two categories is not + just semantic - feature requests use GitHub discussions and so can + be [upvoted by the + community](https://github.com/ente-io/ente/discussions/categories/feature-requests) + (issues can't be). + placeholder: e.g. v1.2.3 - type: dropdown attributes: label: What product are you using?