Skip to content

Commit d9cc944

Browse files
authored
Update the exception report to make it work better with the new bug template (#2917)
1 parent d44178b commit d9cc944

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.github/ISSUE_TEMPLATE/Bug_Report.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ body:
3030
Instead, please scroll up to above the exception report, and take a screenshot of the console state right before the exception happened.
3131
Also, please keep your terminal window size unchanged when taking screenshot.
3232
- If no exception was involved, please upload images or animations that you think may be helpful, or put "N/A" below.
33+
validations:
34+
required: true
3335
- type: textarea
3436
attributes:
3537
label: Environment data

PSReadLine/PSReadLineResources.Designer.cs

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PSReadLine/PSReadLineResources.resx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -412,15 +412,14 @@ OS: {2}
412412
BufferWidth: {3}
413413
BufferHeight: {4}
414414

415-
Last {5} Keys
416-
```
415+
Last {5} Keys:
416+
417417
{6}
418-
```
419418

420419
### Exception
421-
```
420+
422421
{7}
423-
```
422+
424423
</value>
425424
</data>
426425
<data name="NextLineDescription" xml:space="preserve">
@@ -713,7 +712,7 @@ If there are other parse errors, unresolved commands, or incorrect parameters, s
713712
<value>Invokes TabCompletePrevious after doing some vi-specific clean up.</value>
714713
</data>
715714
<data name="ViEditVisuallyDescription" xml:space="preserve">
716-
<value>Invokes the console compatible editor specified by $env:VISUAL or $env:$EDITOR on the current command line.</value>
715+
<value>Invokes the console compatible editor specified by $env:VISUAL or $env:EDITOR on the current command line.</value>
717716
</data>
718717
<data name="ViAppendLineDescription" xml:space="preserve">
719718
<value>Appends a new multi-line edit mode line to the current line.</value>

0 commit comments

Comments
 (0)