diff --git a/ConvertZZ/Window_Report.xaml b/ConvertZZ/Window_Report.xaml
index 7dac1a9..33380eb 100644
--- a/ConvertZZ/Window_Report.xaml
+++ b/ConvertZZ/Window_Report.xaml
@@ -24,6 +24,7 @@
+
@@ -31,15 +32,22 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ConvertZZ/Window_Report.xaml.cs b/ConvertZZ/Window_Report.xaml.cs
index 292bef1..96665a2 100644
--- a/ConvertZZ/Window_Report.xaml.cs
+++ b/ConvertZZ/Window_Report.xaml.cs
@@ -1,5 +1,6 @@
using System;
using System.Collections.Specialized;
+using System.Diagnostics;
using System.Net;
using System.Text;
using System.Threading.Tasks;
@@ -74,5 +75,10 @@ await Task.Run(() =>
}
});
}
+
+ private void Text_Github_Click(object sender, RoutedEventArgs e)
+ {
+ Process.Start("https://github.com/flier268/ConvertZZ/issues");
+ }
}
}