mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2026-05-05 15:17:59 +02:00
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:
parent
53a2574542
commit
f5028df8db
1 changed files with 1 additions and 1 deletions
|
|
@ -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 >}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue