|
| 1 | +--- |
| 2 | +name: "Bug report :bug:" |
| 3 | +about: Report errors or unexpected behaviors |
| 4 | +title: '' |
| 5 | +labels: '' |
| 6 | +assignees: '' |
| 7 | + |
| 8 | +--- |
| 9 | + |
1 | 10 | <!--
|
2 |
| -Before submitting your bug report, please check for duplicates, and +1 the duplicate if you find one, adding additional details if you have any to add. |
3 | 11 |
|
4 |
| -There are a few common issues that are commonly reported. |
| 12 | +Before submitting your bug report ... |
| 13 | +- Please make sure you are able to reproduce the issue with the latest version of PSReadLine. |
| 14 | +- Please check for duplicates. +1 the duplicate if you find one and add additional details if you have any. |
| 15 | +
|
| 16 | +The maintainer may close your issue without further explanation or engagement if: |
| 17 | +- You delete this entire template and go your own path; |
| 18 | +- You file an issue that has many duplicates; |
| 19 | +- You file an issue completely blank in the body. |
5 | 20 |
|
6 |
| -If there is an exception copying to/from the clipboard, it's probably the same as https://github.com/PowerShell/PSReadLine/issues/265 |
7 |
| -If there is an exception shortly after resizing the console, it's probably the same as https://github.com/PowerShell/PSReadLine/issues/292 |
8 | 21 | -->
|
9 | 22 |
|
10 |
| -Environment data |
11 |
| ----------------- |
| 23 | +## Environment |
| 24 | + |
| 25 | +```none |
| 26 | +[run the script below and paste the output here] |
| 27 | +``` |
12 | 28 |
|
13 | 29 | <!--
|
14 | 30 |
|
15 | 31 | The following script will generate the environment data that helps triage and investigate the issue.
|
16 |
| -Please run the script in the PowerShell session where you ran into the issue and provide the output here. |
| 32 | +Please run the script in the PowerShell session where you ran into the issue and provide the output above. |
17 | 33 |
|
18 | 34 | & {
|
19 | 35 | $hostName = $Host.Name
|
@@ -49,5 +65,18 @@ Please run the script in the PowerShell session where you ran into the issue and
|
49 | 65 |
|
50 | 66 | -->
|
51 | 67 |
|
52 |
| -Steps to reproduce or exception report |
53 |
| --------------------------------------- |
| 68 | +## Exception report |
| 69 | + |
| 70 | +<!-- Copy and paste the keys and the exception stack trace printed by PSReadLine, if there is any --> |
| 71 | + |
| 72 | +## Steps to reproduce |
| 73 | + |
| 74 | +<!-- A description of how to trigger this bug. --> |
| 75 | + |
| 76 | +## Expected behavior |
| 77 | + |
| 78 | +<!-- A description of what you're expecting, possibly containing screenshots or reference material. --> |
| 79 | + |
| 80 | +## Actual behavior |
| 81 | + |
| 82 | +<!-- What's actually happening? --> |
0 commit comments