feat: added bug report template to the report bug button

This commit is contained in:
Serhiy Mytrovtsiy
2025-10-07 18:00:01 +02:00
parent 967e8193c0
commit 446aa118d8

View File

@@ -460,7 +460,7 @@ private class SidebarView: NSStackView {
}
@objc private func reportBug() {
NSWorkspace.shared.open(URL(string: "https://github.com/exelban/stats/issues/new")!)
NSWorkspace.shared.open(URL(string: "https://github.com/exelban/stats/issues/new?template=bug_report.md")!)
}
@objc private func donate(_ sender: NSButton) {