[Website] Make issues redirect to selection instead

This commit is contained in:
M&M 2021-02-21 00:49:18 -08:00 committed by GitHub
parent 5cd77cf68b
commit 4e5fc5bb1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown">Help us!</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="{{ site.github.issues_url }}/new?title=[Game Title] Issue Title&body=Include a description of the issue. If the issue happens to be at a specific point in your game, providing a save file will make fixing it much easier! Just drag the file on here. Including screenshots of graphical bugs also helps a lot.">Report an issue</a>
<a class="dropdown-item" href="{{ site.github.issues_url }}/new/choose">Report an issue</a>
<a class="dropdown-item" href="{{ site.github.wiki_url }}">Create your own graphic packs</a>
<a class="dropdown-item" href="{{ site.github.repository_url }}">See our source</a>
</div>
@ -55,4 +55,4 @@
</header>
<main class="text-white col-md-6 offset-md-3 pt-4">{{ content }}</main>
</body>
</html>
</html>