|
1 |
| ---- |
2 |
| -name: Report Issue With Boxstarter |
3 |
| -about: Did you find unexpected behavior? |
4 |
| ---- |
5 |
| - |
6 |
| -<!-- |
7 |
| -Ensure you have read over Submitting Issues - |
8 |
| -https://github.com/chocolatey/boxstarter#submitting-issues |
9 |
| -
|
10 |
| -Please check to see if your issue already exists with a quick search of the issues. Start with one relevant term and then add if you get too many results. |
11 |
| -
|
12 |
| -NOTE: Keep in mind we have an etiquette regarding communication that we expect folks to observe when they are looking for support in the Boxstarter community. https://github.com/chocolatey/boxstarter/blob/master/README.md#etiquette-regarding-communication |
13 |
| ---> |
14 |
| - |
15 |
| -### What You Are Seeing? |
16 |
| - |
17 |
| -<!-- This is a SUMMARY of the issue is and how it happens --> |
18 |
| - |
19 |
| -### What Is Expected? |
20 |
| - |
21 |
| -<!-- Now you've told us what the issue, what did you expect to see --> |
22 |
| - |
23 |
| -### How Did You Get This To Happen? (Steps to Reproduce) |
24 |
| - |
25 |
| -<!-- |
26 |
| -A simple step by step on how we can reproduce this. This is very important. If we cannot reproduce the issue we can help to resolve it. |
27 |
| -
|
28 |
| -1. Step 1 |
29 |
| -2. Step 2 |
30 |
| -3. Step 3 |
31 |
| ---> |
32 |
| - |
33 |
| -### Output Log |
34 |
| - |
35 |
| -<!-- |
36 |
| -When including the log information, please ensure you have run the command with --debug --verbose. It provides important information for determining an issue. |
37 |
| -
|
38 |
| -- Make sure there is no sensitive data shared. |
39 |
| -- We need ALL output, not just what you may believe is relevant. |
40 |
| -- We need ALL OUTPUT (including the configuration information) |
41 |
| -
|
42 |
| -
|
43 |
| -<details> |
44 |
| -<summary>Full Log Output</summary> |
45 |
| -
|
46 |
| -<p> |
47 |
| -
|
48 |
| -~~~sh |
49 |
| -PLACE LOG CONTENT HERE IF LESS THAN FIFTY LINES between the `=====`, OR POST A LINK TO A GIST IF MORE THAN 50 LINES using https://gist.github.com/ |
50 |
| -~~~ |
51 |
| -
|
52 |
| -</p> |
53 |
| -
|
54 |
| -</details> |
| 1 | +--- |
| 2 | +name: Report Issue With Boxstarter |
| 3 | +about: Did you find unexpected behavior? |
| 4 | +title: '' |
| 5 | +labels: 0 - _Triaging, Bug |
| 6 | +assignees: '' |
| 7 | + |
| 8 | +--- |
| 9 | + |
| 10 | +<!-- |
| 11 | +Ensure you have read over Submitting Issues - |
| 12 | +https://github.com/chocolatey/boxstarter#submitting-issues |
| 13 | +
|
| 14 | +Please check to see if your issue already exists with a quick search of the issues. Start with one relevant term and then add if you get too many results. |
| 15 | +
|
| 16 | +NOTE: Keep in mind we have an etiquette regarding communication that we expect folks to observe when they are looking for support in the Boxstarter community. https://github.com/chocolatey/boxstarter/blob/master/README.md#etiquette-regarding-communication |
| 17 | +--> |
| 18 | + |
| 19 | +### What You Are Seeing? |
| 20 | + |
| 21 | +<!-- This is a SUMMARY of the issue is and how it happens --> |
| 22 | + |
| 23 | +### What Is Expected? |
| 24 | + |
| 25 | +<!-- Now you've told us what the issue, what did you expect to see --> |
| 26 | + |
| 27 | +### How Did You Get This To Happen? (Steps to Reproduce) |
| 28 | + |
| 29 | +<!-- |
| 30 | +A simple step by step on how we can reproduce this. This is very important. If we cannot reproduce the issue we can help to resolve it. |
| 31 | +
|
| 32 | +1. Step 1 |
| 33 | +2. Step 2 |
| 34 | +3. Step 3 |
| 35 | +--> |
| 36 | + |
| 37 | +### Output Log |
| 38 | + |
| 39 | +<!-- |
| 40 | +When including the log information, please ensure you have run the command with --debug --verbose. It provides important information for determining an issue. |
| 41 | +
|
| 42 | +- Make sure there is no sensitive data shared. |
| 43 | +- We need ALL output, not just what you may believe is relevant. |
| 44 | +- We need ALL OUTPUT (including the configuration information) |
| 45 | +
|
| 46 | +<details> |
| 47 | +<summary>Full Log Output</summary> |
| 48 | +
|
| 49 | +<p> |
| 50 | +
|
| 51 | +~~~sh |
| 52 | +PLACE LOG CONTENT HERE IF LESS THAN FIFTY LINES between the `=====`, OR POST A LINK TO A GIST IF MORE THAN 50 LINES using https://gist.github.com/ |
| 53 | +~~~ |
| 54 | +
|
| 55 | +</p> |
| 56 | +
|
| 57 | +</details> |
0 commit comments