Skip to content

Commit

Permalink
chore: update report issues link (#680)
Browse files Browse the repository at this point in the history
#656

Updates report issues link to point to the new bug template
  • Loading branch information
codemonkey800 authored May 1, 2024
1 parent da83209 commit 7bfcffd
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ export function AboutAndHelpDropdown({ className }: { className?: string }) {
{i18n.goToDocs}
</MenuItemLink>

<MenuItemLink to={`${REPO}/issues`}>
<MenuItemLink
to={`${REPO}/issues/new?assignees=&labels=bug&projects=&template=bug.md&title=`}
>
{i18n.reportIssueOnGithub}
</MenuItemLink>

Expand Down

0 comments on commit 7bfcffd

Please sign in to comment.