From 84a92d2a1c9321123cef187298fbadab2b4b6684 Mon Sep 17 00:00:00 2001
From: Patrick Ziegler
Date: Tue, 8 Jan 2019 16:59:44 +0100
Subject: [PATCH] github: Ask about regressions in bug reports (#1587)
Often it would be useful to know if something broke after an update or
if the bug was there from the beginning
---
.github/ISSUE_TEMPLATE/bug_report.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index c968d6bc..fffe07bf 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -15,6 +15,10 @@ about: Create a report to help us improve
*What actually happens*
+**Was it working before?**
+* Did you also experience this bug in an earlier version of polybar?
+* If no, what was the last version where this worked correctly?
+
## To Reproduce
*A minimal but complete config with which the problem occurs:*
```dosini