issue-guidelines: fix syntax causing hugo serve error (#1201)

Fixes the following error that is emitted when running `hugo serve`:

Error: error building site: process: readAndProcessContent:
".../hyprland-wiki/content/Contributing and
Debugging/Issue-Guidelines.md:42:1": got positional parameter 'To'.
Cannot mix named and positional parameters
This commit is contained in:
Maaz Ahmed 2025-08-16 18:32:28 +05:30 committed by GitHub
parent 53a2574542
commit f5028df8db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,7 @@ For bugs:
- If a discussion is a Hyprland problem, but cannot be tied to Hyprland in a clear way, or is not reproducible, it stays a discussion until that changes.
- If a discussion is reproducible, a member of Hyprland promotes the discussion to an issue by opening an issue with the key information and links the original discussion.
{{< callout type=info>}}
{{< callout type=info >}}
To get logs for your bug please see [Crashes and Bugs](https://wiki.hypr.land/Crashes-and-Bugs/)
{{< /callout >}}