docs: Update new issue link

This commit is contained in:
krille-chan 2023-07-23 09:23:18 +02:00
commit 4da9963bd0
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -44,8 +44,8 @@ $stackTrace
AppConfig.newIssueUrl.resolveUri(
Uri(
queryParameters: {
'issue[title]': '[BUG]: ${message ?? error.toString()}',
'issue[description]': description,
'title': '[BUG]: ${message ?? error.toString()}',
'body': description,
},
),
),