diff --git a/lib/environment.dart b/lib/environment.dart index c2e43c7..69ba143 100644 --- a/lib/environment.dart +++ b/lib/environment.dart @@ -19,14 +19,14 @@ class Environment { const Environment.dev() : buildType = BuildType.dev, sourceCodeUrl = 'https://github.com/vodemn/m3_lightmeter', - issuesReportUrl = 'https://github.com/vodemn/m3_lightmeter/issues', + issuesReportUrl = 'https://github.com/vodemn/m3_lightmeter/issues/new/choose', contactEmail = 'contact.vodemn@gmail.com', hasLightSensor = false; const Environment.prod() : buildType = BuildType.prod, sourceCodeUrl = 'https://github.com/vodemn/m3_lightmeter', - issuesReportUrl = 'https://github.com/vodemn/m3_lightmeter/issues', + issuesReportUrl = 'https://github.com/vodemn/m3_lightmeter/issues/new/choose', contactEmail = 'contact.vodemn@gmail.com', hasLightSensor = false;