Skip to content

Commit ebfe4ce

Browse files
Add the template parameter to the bug report link (#1441)
1 parent 38b933f commit ebfe4ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PSReadLine/PSReadLineResources.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@
390390
<data name="OopsAnErrorMessage1" xml:space="preserve">
391391
<value>
392392
Oops, something went wrong. Please report this bug with the details below.
393-
Report on GitHub: https://github.com/PowerShell/PSReadLine/issues/new</value>
393+
Report on GitHub: https://github.com/PowerShell/PSReadLine/issues/new?template=Bug_Report.md</value>
394394
</data>
395395
<data name="OopsAnErrorMessage2" xml:space="preserve">
396396
<value>### Environment
@@ -781,4 +781,4 @@ Or not saving history with:
781781
<data name="InvalidColorProperty" xml:space="preserve">
782782
<value>'{0}' is not a valid color property</value>
783783
</data>
784-
</root>
784+
</root>

0 commit comments

Comments
 (0)